No top level :flags
config leads to sub-command population errors
#5
Labels
bug
Something isn't working
:flags
config leads to sub-command population errors
#5
Example:
When the above is invoked like
$ clj -M -m example.core sub-cmd help
, the output will not fill in flags.However, if the above is modified to:
It works as expected.
The text was updated successfully, but these errors were encountered: