Skip to content

Commit 6973fe7

Browse files
fixed cli.py
1 parent 80e2fd7 commit 6973fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

not_gitmodules/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ def cli():
1919
help="The name of the directory the modules will be saved in. By default it's my_gitmodules."
2020
)
2121

22-
args = arg_parser.parse_args()
22+
args, unknown = arg_parser.parse_known_args()
2323

2424
initializer(yaml_config_path=args.yaml_path, root_dir_name=args.dir_name)

0 commit comments

Comments
 (0)