forked from mirrors/nixpkgs
add --no-interactive flag
This commit is contained in:
parent
d590556d5c
commit
411bb3c35f
|
@ -61,7 +61,7 @@ def main() -> None:
|
|||
"-I",
|
||||
"--interactive",
|
||||
help="drop into a python repl and run the tests interactively",
|
||||
action="store_true",
|
||||
action=argparse.BooleanOptionalAction,
|
||||
)
|
||||
arg_parser.add_argument(
|
||||
"--start-scripts",
|
||||
|
|
Loading…
Reference in a new issue