danielgtaylor / restish

Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in
https://rest.sh/
MIT License
900 stars 74 forks source link

Add a help mode which excludes global flags #215

Open creechy opened 1 year ago

creechy commented 1 year ago

Just making a request for a help flag which excludes the global flags list. Many times I use --help to get details on a specific endpoint/resource, but I find there are so many global flags I have to scroll my terminal back to see endpoint details. Would be great to have an option to just not show them.