chore(commands/version)!: use plain output instead of legacy by default
This includes the commit hash in the output, which is useful Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
parent
293f8f3d83
commit
b40c1d292b
1 changed files with 1 additions and 1 deletions
|
|
@ -914,7 +914,7 @@ def set_config(context: CliCtxObj, key, value, global_=False, parse=False):
|
|||
"output",
|
||||
type=click.Choice(["plain", "table", "json", "legacy"]),
|
||||
help="Output format",
|
||||
default="legacy",
|
||||
default="plain",
|
||||
)
|
||||
def get_version(output):
|
||||
"""Show the versions of all the installed apps."""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue