Hello!
When I use autocompletion script from here https://github.com/iterative/dvc.org/blob/master/static/docs/user-guide/autocomplete.md it doesn't complete file and directory names from current directory for the command dvc repro ....
But if I add some flag, for example dvc repro --force ... then it works fine.
What should be changed in bash autocomplete script to allow autocompletion for dvc repro ... without any flags?
Hello!
When I use autocompletion script from here
https://github.com/iterative/dvc.org/blob/master/static/docs/user-guide/autocomplete.mdit doesn't complete file and directory names from current directory for the commanddvc repro ....But if I add some flag, for example
dvc repro --force ...then it works fine.What should be changed in bash autocomplete script to allow autocompletion for
dvc repro ...without any flags?