1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 08:47:24 +00:00

Long form command should come first

This commit is contained in:
Sam
2019-10-03 06:50:42 -04:00
parent 8af4218aae
commit 1ee036405f

View File

@ -11,7 +11,7 @@ import (
func init() { func init() {
command := Command{ command := Command{
Cmd: []string{"j", "join"}, Cmd: []string{"join", "j"},
Description: "Join a channel", Description: "Join a channel",
Help: "", Help: "",
Exec: cmdJoin, Exec: cmdJoin,