A pluggable "cheatsheet" command for your typer CLI #1397
mgaitan
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a complex CLI with several levels of subcommands, so I added a simple
cheatsheetsubcommand that displays the command structure as a tree. I’ve now separated it to make it pluggable.Live example:
Repository: github.com/mgaitan/typer-cheatsheet-command
Blog post: mgaitan.github.io/en/posts/an-automatic-cheatsheet-for-your-typer-cli
Would there be any interest in integrating this feature into Typer itself?
Beta Was this translation helpful? Give feedback.
All reactions