Skip to content

Commit

Permalink
completions: fix run command parameters autocompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
geblanco committed Oct 5, 2020
1 parent fa89ea5 commit c657e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/command/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def add_parser(subparsers, parent_parser):
default=[],
help="Declare parameter to use as additional dependency.",
metavar="[<filename>:]<params_list>",
)
).complete = completion.FILE
run_parser.add_argument(
"-m",
"--metrics",
Expand Down

0 comments on commit c657e59

Please sign in to comment.