microsoft / knack

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

Add a default_value_source property in HelpParameter #202

Closed arrownj closed 4 years ago

arrownj commented 4 years ago

Previously, both default value from function default and az configure will all display as Default:, we want to divide these different source. Add this property to save the default value source. It will be displayed in the help message.