Category
Dev Tools
Scope
Major Feature
Problem
It is common in cli tools to have a -h flag as a shorthand for --help. it would be great if the shiny cli supportd this.
shiny-py-example ⚡ shiny run -h
Error: Option '-h' requires an argument.
shiny-py-example ⚡ shiny run --help
Usage: shiny run [OPTIONS] [APP]
Run a Shiny app (press Ctrl+C to stop).
Solution
Add a shorthand -h
Alternatives (Optional)
No response
Example (Optional)
Impact (Optional)
No response
Contribution? (Optional)
None
Category
Dev Tools
Scope
Major Feature
Problem
It is common in cli tools to have a
-hflag as a shorthand for--help. it would be great if the shiny cli supportd this.Solution
Add a shorthand
-hAlternatives (Optional)
No response
Example (Optional)
Impact (Optional)
No response
Contribution? (Optional)
None