-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
support for subcommands would be nice. with flags that only work for that option as well as global flags, example:
lucy -v compile -t test.lc -h -T
-v
and -h
are global flags whereas -t
and -T
are flags that only work after the compile
subcommand which expects a value <FILE>
, in this case "test.lc"
edit:
a builder structure could work well for this
Metadata
Metadata
Assignees
Labels
No labels