Skip to content

Commit

Permalink
Revert "change"
Browse files Browse the repository at this point in the history
This reverts commit 829c800.

revert
  • Loading branch information
dnabanita7 committed Jun 28, 2019
1 parent 829c800 commit b835bbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/completion/dvc.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#----------------------------------------------------------

_dvc_commands='init get get_url destroy add remove move unprotect run \
repro pull push fetch status gc import import-url config \
repro pull push fetch status gc import import_url config \
checkout remote cache metrics install root lock unlock \
pipeline commit diff version'

Expand All @@ -26,9 +26,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 b835bbe

Please sign in to comment.