Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a simple CLI mock #28

Merged
merged 1 commit into from
Apr 16, 2024
Merged

add a simple CLI mock #28

merged 1 commit into from
Apr 16, 2024

Conversation

konnov
Copy link
Contributor

@konnov konnov commented Apr 16, 2024

Towards #25. This PR adds one CLI command txs. The main purpose is just to get the argument parser work. I still have to think through the CLI commands.

@konnov konnov self-assigned this Apr 16, 2024
@konnov konnov added the enhancement New feature or request label Apr 16, 2024
@konnov konnov added this to the M1: Transaction extractor milestone Apr 16, 2024
{
"rules": {
"@typescript-eslint/no-explicit-any": "off"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yargs requires any and I don't know how to work around this. In general, not allowing any at all seems to be very restrictive to me.

@konnov konnov merged commit ff1ffbb into main Apr 16, 2024
2 checks passed
@konnov konnov deleted the igor/cli25 branch April 16, 2024 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants