Closed juhp closed 4 years ago
Thanks for letting me know! I believe this is an issue with the underlying commandline argument parser, clap, which comes in via structupt.
I will see if this is fixed with clap 3.0.0 beta.2, and post an issue there if it is not.
Fixed in v2.10.5.
The help output suggests that subcommands come last:
but actually that is not true, the subcommands come before the input dirs. (Help for the subcommands correctly reflects that.)