diff options
Diffstat (limited to 'commands/command.go')
-rw-r--r-- | commands/command.go | 1 |
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, } } |