Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
dnabanita7 committed Jun 28, 2019
1 parent b5eb4c4 commit 55d15ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/completion/dvc.bash
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ _dvc_diff="-t --target"
_dvc_fetch="--show-checksums -j --jobs -r --remote -a --all-branches -T --all-tags -d --with-deps -R --recursive $(compgen -G '*.dvc')"
_dvc_gc="-a --all-branches -T --all-tags -c --cloud -r --remote -f --force -p --projects -j --jobs"
_dvc_get="-o --out --rev"
_dvc_get_url=""
_dvc_get-url=""
_dvc_import="-o --out --rev"
_dvc_import_url="--resume -f --file"
_dvc_import-url="--resume -f --file"
_dvc_init="--no-scm -f --force"
_dvc_install=""
_dvc_lock="$(compgen -G '*.dvc')"
Expand Down

0 comments on commit 55d15ed

Please sign in to comment.