axiomhq / cli

The power of Axiom on the command line.
https://axiom.co
MIT License
42 stars 11 forks source link

axiom help environment is a bit ugly #169

Closed popey closed 1 year ago

popey commented 1 year ago

This could be prettier. Perhaps wrap/trim for one, at ~70 chars, like axiom help does

$ ~/go/bin/axiom help environment
AXIOM_DEPLOYMENT: The deployment to use. Overwrittes the choice loaded from the configuration file.

AXIOM_ORG_ID: The organization id of the organization the access token is valid for.

AXIOM_PAGER, PAGER (in order of precedence): A terminal paging program to send standard output to, e.g. "less".

AXIOM_TOKEN: Token The access token to use. Overwrittes the choice loaded from the configuration file.

AXIOM_URL: The deployment url to use. Overwrittes the choice loaded from the configuration file.

VISUAL, EDITOR (in order of precedence): The editor to use for authoring text.

NO_COLOR: Set to any value to avoid printing ANSI escape sequences for color output.

CLICOLOR: Set to "0" to disable printing ANSI colors in output.

CLICOLOR_FORCE: Set to a value other than "0" to keep ANSI colors in output even when the output is piped.

Note how it doesn't fit in a code block ^ :D