diff --git a/src/cli/formatters/__init__.py b/src/cli/formatters/__init__.py index 3ab7f7d..3ef39f2 100644 --- a/src/cli/formatters/__init__.py +++ b/src/cli/formatters/__init__.py @@ -25,7 +25,7 @@ def pass_formatter(fn): @functools.wraps(fn) @click.option("--output", "-o", default="", help="Format attributes separated by commas. Supported values: nocolor, " - "nopager, nohuman") + "nopager, nohuman, short") def wrapper(*args, **kwargs): formatter = get_formatter(output_format=kwargs["output"]) del kwargs["output"]