fix: wrong alias generate

main
sudo pacman -Syu 2022-06-01 13:26:14 +07:00
parent 9c00c6689d
commit 7adbd8ac83
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ const (
)
var (
aliasGenerate = []string{"g, gen"}
aliasGenerate = []string{"g", "gen"}
aliasVerbose = []string{"v"}
aliasInteractive = []string{"i"}
)