From e32b7def990158cb1bf35658118fbb9fc20b5eb1 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 18 Dec 2024 20:26:36 +0200 Subject: [PATCH] fixup! Add a remove command to wb. --- .bash_completion.d/wb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_completion.d/wb b/.bash_completion.d/wb index a1d2ba7..b142649 100644 --- a/.bash_completion.d/wb +++ b/.bash_completion.d/wb @@ -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 -- GitLab