You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_selection=parser.add_argument_group("Test selection", "What should the script test")
mutex_group.add_argument(
"--test", "-t", metavar=("A", "B"), type=int, nargs=2, help="Select a specific A and B to run"
)
will display under "Test selection":
--test A, -t A- Select a specific A and B to run (default: None)
The text was updated successfully, but these errors were encountered:
will display under "Test selection":
The text was updated successfully, but these errors were encountered: