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 80e2fd7 commit 6973fe7Copy full SHA for 6973fe7
not_gitmodules/cli.py
@@ -19,6 +19,6 @@ def cli():
19
help="The name of the directory the modules will be saved in. By default it's my_gitmodules."
20
)
21
22
- args = arg_parser.parse_args()
+ args, unknown = arg_parser.parse_known_args()
23
24
initializer(yaml_config_path=args.yaml_path, root_dir_name=args.dir_name)
0 commit comments