summaryrefslogtreecommitdiffstatshomepage
path: root/commands/command.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/command.go')
-rw-r--r--commands/command.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/command.go b/commands/command.go
index 30298d3f..cb231dce 100644
--- a/commands/command.go
+++ b/commands/command.go
@@ -50,5 +50,6 @@ func init() {
"new": newCmd,
"pull": pullCmd,
"push": pushCmd,
+ "webui": webUICmd,
}
}