gemini-oss / starfleet

Whole-infrastructure automation tooling for AWS
https://gemini-oss.github.io/starfleet/
Apache License 2.0
41 stars 7 forks source link

:lipstick: Fix issue with output of --help getting truncated #124

Closed ciscocampuzano closed 8 months ago

ciscocampuzano commented 8 months ago

Implemented Click's "short_help" in order to avoid truncated output.

mikegrima commented 8 months ago

I wonder if there is a way to make that the default behavior by updating the code in StarfleetSingleInvokeCommand🤔...