diff options
Diffstat (limited to 'commands/root.go')
-rw-r--r-- | commands/root.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/root.go b/commands/root.go index a67fec1a..e7848363 100644 --- a/commands/root.go +++ b/commands/root.go @@ -71,6 +71,7 @@ _git_bug() { cmd.AddCommand(newLsLabelCommand()) cmd.AddCommand(newPullCommand()) cmd.AddCommand(newPushCommand()) + cmd.AddCommand(newRmCommand()) cmd.AddCommand(newSelectCommand()) cmd.AddCommand(newShowCommand()) cmd.AddCommand(newStatusCommand()) |