microsoft / knack

Knack - A Python command line interface framework
https://pypi.python.org/pypi/knack
MIT License
348 stars 95 forks source link

{Tag} Add instruction to disable status tag warning #214

Closed jiasli closed 3 years ago

jiasli commented 4 years ago

Add instruction to disable status tag warning

> python D:\cli\knack\examples\exapp2 exp range -h

Command
    exapp2 exp range : Get a list of natural numbers from start to end.
        Command group 'exp' is experimental and not covered by customer support. Please use
        with discretion. To disable this warning during invocation, set option --only-show-errors,
        configuration '[core] only_show_errors=true' or environment variable
        EXAPP2_CORE_ONLY_SHOW_ERRORS=true.
> python D:\cli\knack\examples\exapp2 exp range
Command group 'exp' is experimental and not covered by customer support. Please use with discretion. To disable this warning during invocation, set option --only-show-errors, configuration '[core] only_show_errors=true' or environment variable EXAPP2_CORE_ONLY_SHOW_ERRORS=true.
[
  0,
  1,
  2,
  3,
  4,
  5
]
yonzhan commented 4 years ago

disable status tag warning