Adapt --help output to Click-like format #20
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "new-help"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey, so I am trying to adapt the help output to what I see the Click Python framework doing. You then need to run
--help
against the commands to find out their options. We'll have to implement that via getopt/copy+pasta or whatever.Let me know what you think!
Example is:
First stab at new helpto Adapt --help output to Click-like formatAwesome! I think I can build on this and the
sub_secret_help
pattern to get some nice per-subcommand / per-sub-subcommand help 👌