Skip to content
Snippets Groups Projects
Commit e32b7def authored by nimrod's avatar nimrod
Browse files

fixup! Add a remove command to wb.

parent 1b1a522d
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
_wb() {
local cur prev words cword opts
_init_completion || return
opts='-h --help -l --list -d --dry-update -u --update -k --kill -s --kill-server -i --in-workbench'
opts='-h --help -l --list -d --dry-update -u --update -k --kill -s --kill-server -i --in-workbench -r --rm --remove'
if [[ $prev == -k ]] || [[ $prev == --kill ]]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment