Skip to content

Commit 233abb7

Browse files
committed
Added ample warning that these are generated
1 parent 915a61c commit 233abb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

smart_tests/args4p/command.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ def _print_description() -> str:
454454

455455
return " ".join(desc_parts)
456456

457+
lines.append("// GENERATED. MODIFY IN CLI SOURCE CODE")
457458
lines.append(f"|{_print_name()}")
458459
lines.append(f"|{_print_description()}")
459460
lines.append(f"|{_print_required(arg)}")
@@ -494,6 +495,7 @@ def _print_description() -> str:
494495

495496
return " ".join(desc_parts)
496497

498+
lines.append("// GENERATED. MODIFY IN CLI SOURCE CODE")
497499
lines.append(f"|{_print_name()}")
498500
lines.append(f"|{_print_description()}")
499501
lines.append(f"|{_print_required(opt)}")

0 commit comments

Comments
 (0)