We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915a61c commit 233abb7Copy full SHA for 233abb7
smart_tests/args4p/command.py
@@ -454,6 +454,7 @@ def _print_description() -> str:
454
455
return " ".join(desc_parts)
456
457
+ lines.append("// GENERATED. MODIFY IN CLI SOURCE CODE")
458
lines.append(f"|{_print_name()}")
459
lines.append(f"|{_print_description()}")
460
lines.append(f"|{_print_required(arg)}")
@@ -494,6 +495,7 @@ def _print_description() -> str:
494
495
496
497
498
499
500
501
lines.append(f"|{_print_required(opt)}")
0 commit comments