akamai / cli-edgeworkers

Akamai CLI for EdgeWorkers, allows you to interact with EdgeWorkers APIs via a command line interface
Apache License 2.0
19 stars 24 forks source link

EW-7436: Improve help output when using a narrow window #112

Closed slukic0 closed 1 year ago

slukic0 commented 1 year ago

The command descriptions are now shown in a tabbed new line under the command usage. This makes the help output taller but improves the readability when using a narrow terminal window. This PR also includes some small improvements to some of the command descriptions.

New output: image

Narrow window example: image

Old behaviour with narrow window: image