You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 -.
We could use
Cmdliner
instead of the manual parsing of CLI argument.This will allow us to:
man
pages automatically. Here is an example: https://github.com/mtt-lang/mtt-lang/blob/master/man/dune.But we should keep the current CLI syntax, so that the miners do not have to upgrade their scripts.
The text was updated successfully, but these errors were encountered: