Revert allow_abbrev=False in helper scripts
This commit is contained in:
@@ -4,7 +4,7 @@ import pathlib
|
||||
HERE = pathlib.Path(__file__).parent
|
||||
TEST_CONTENT = (HERE / "template_test.py").read_bytes()
|
||||
|
||||
parser = argparse.ArgumentParser(allow_abbrev=False)
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument("numbers", nargs="*", type=int)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user