Skip to content

Commit

Permalink
completion: bash: re-add gc --all-commits
Browse files Browse the repository at this point in the history
Due to iterative#3429 superceding iterative#2681
  • Loading branch information
casperdcl committed Mar 10, 2020
1 parent 3e80344 commit b144299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/completion/dvc.bash
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ _dvc_destroy='-f --force'
_dvc_diff='-t --show-json --show-hash'
_dvc_fetch='-j --jobs -r --remote -a --all-branches -T --all-tags -d --with-deps -R --recursive'
_dvc_fetch_COMPGEN=_dvc_compgen_DVCFiles
_dvc_gc='-a --all-branches -T --all-tags -w --workspace -c --cloud -r --remote -f --force -p --projects -j --jobs'
_dvc_gc='-a --all-branches --all-commits -T --all-tags -w --workspace -c --cloud -r --remote -f --force -p --projects -j --jobs'
_dvc_get='-o --out --rev --show-url'
_dvc_get_url=''
_dvc_import='-o --out --rev'
Expand Down

0 comments on commit b144299

Please sign in to comment.