Azure / autorest.az

Azure CLI Code Generator
MIT License
22 stars 20 forks source link

az -h #764

Closed qiaozha closed 3 years ago

qiaozha commented 3 years ago

generated extension didn't have a description when run az -h

need to add extension help info in generated/_help.py to make it work

helps['dtc'] = """..."""

qiaozha commented 3 years ago

set default help message as Manage RP service name.
in the meanwhile provide customization ability for service team.

qiaozha commented 3 years ago

supported in master branch.