mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-22 06:27:24 +00:00
Long form command should come first
This commit is contained in:
@ -11,7 +11,7 @@ import (
|
||||
|
||||
func init() {
|
||||
command := Command{
|
||||
Cmd: []string{"j", "join"},
|
||||
Cmd: []string{"join", "j"},
|
||||
Description: "Join a channel",
|
||||
Help: "",
|
||||
Exec: cmdJoin,
|
||||
|
||||
Reference in New Issue
Block a user