aboutsummaryrefslogtreecommitdiffstats
path: root/commands/commands.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/commands.go')
-rw-r--r--commands/commands.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/commands.go b/commands/commands.go
index 343d1c71..f4e9aef9 100644
--- a/commands/commands.go
+++ b/commands/commands.go
@@ -23,6 +23,7 @@ func (cmd *Command) Run(repo repository.Repo, args []string) error {
// CommandMap defines all of the available (sub)commands.
var CommandMap = map[string]*Command{
+ "list": listCmd,
"new": newCmd,
"pull": pullCmd,
"push": pushCmd,