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

Use Cmdliner to parse CLI in tools #1153

Open
jubnzv opened this issue Aug 19, 2022 · 2 comments
Open

Use Cmdliner to parse CLI in tools #1153

jubnzv opened this issue Aug 19, 2022 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers usability
Milestone

Comments

@jubnzv
Copy link
Contributor

jubnzv commented Aug 19, 2022

We could use Cmdliner instead of the manual parsing of CLI argument.

This will allow us to:

But we should keep the current CLI syntax, so that the miners do not have to upgrade their scripts.

@jubnzv jubnzv added enhancement New feature or request good first issue Good for newcomers labels Aug 19, 2022
@jubnzv
Copy link
Contributor Author

jubnzv commented Aug 19, 2022

Duplicate #1152

@jubnzv jubnzv closed this as completed Aug 19, 2022
@anton-trunov anton-trunov reopened this Aug 19, 2022
@anton-trunov anton-trunov added this to the Scilla 0.13.0 milestone Aug 19, 2022
@anton-trunov
Copy link
Contributor

We started using Cmdliner for the Scilla formatter scilla-fmt: it looks great, although, it uses double dashe -- for long CLI arguments and the Scilla checker and runner use single dash -.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers usability
Projects
None yet
Development

No branches or pull requests

2 participants