diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-15 01:22:22 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-15 01:23:21 +0200 |
commit | dfefba09ee706d2804969dc751c57a77f0d77bbf (patch) | |
tree | 53468a7de4dd91d6e85cd6e11be87d9e76e5778e /commands/commands.go | |
parent | fcac83257a7d3a47cc78fad21fef57c35799ff63 (diff) | |
download | git-bug-dfefba09ee706d2804969dc751c57a77f0d77bbf.tar.gz |
list --> ls, silly !
Diffstat (limited to 'commands/commands.go')
-rw-r--r-- | commands/commands.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/commands.go b/commands/commands.go index f4e9aef9..7c4e3ab9 100644 --- a/commands/commands.go +++ b/commands/commands.go @@ -23,7 +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, + "ls": lsCmd, "new": newCmd, "pull": pullCmd, "push": pushCmd, |