We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
azdev command-change tree-export
1 parent 3b507dc commit c13544aCopy full SHA for c13544a
1 file changed
azdev/help.py
@@ -197,6 +197,13 @@
197
text: azdev statistics meta-diff --base-meta-file fileA --diff-meta-file fileB --only-break
198
"""
199
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
+
207
helps['perf'] = """
208
short-summary: Commands to test CLI performance.
209
0 commit comments