aboutsummaryrefslogtreecommitdiffstats
path: root/commands/command.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-16 22:25:50 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-16 22:25:50 +0200
commitead4511250deb877e1867c2e38cbee9c27deb299 (patch)
tree09572e68634c7241eff7cb65bf94c02a6aac9a50 /commands/command.go
parentd659d74131996cea06e39f90114e21b36e61f6fc (diff)
downloadgit-bug-ead4511250deb877e1867c2e38cbee9c27deb299.tar.gz
add the infrastructure for an embedded web UI + command
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,
}
}