Skip to content

Commit c13544a

Browse files
authored
azdev command-change tree-export: Add help message (#449)
* Add help message for `command-change tree-export`
1 parent 3b507dc commit c13544a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

azdev/help.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,13 @@
197197
text: azdev statistics meta-diff --base-meta-file fileA --diff-meta-file fileB --only-break
198198
"""
199199

200+
helps['command-change tree-export'] = """
201+
short-summary: Export Command Tree for CLI modules or extensions.
202+
examples:
203+
- name: Export command tree for CLI modules
204+
text: azdev command-change tree-export CLI --output-file command_tree.json
205+
"""
206+
200207
helps['perf'] = """
201208
short-summary: Commands to test CLI performance.
202209
"""

0 commit comments

Comments
 (0)