-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I'd like to improve the CLI:
- the option "-v" should be used for verbosity as usually used for unix tools (also see verbosity levels #13)
- changing the option --csv to --out or use a positional argument for file output (it will not always be csv after merging Feature Request: stickerbom #14) also see Feature Request: Ability to take sch or brd files as input from stdio #11 for handling of input/output of the script via stdin/stdout
- --variant must be specified with knowing the variants... I'd like to add a feature to list available variants and maybe select it interactively
- when implementing interactive stuff we need a way to say that this should not be done (like svn --non-interactive), then the script must fail if a interactive feedback would be needed to continue.
Reactions are currently unavailable