Merge pull request #33621 from akhilnarang/change-get-version-output
chore(commands/version)!: use `plain` output instead of `legacy` by default
This commit is contained in:
commit
d5fcdff679
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