Make argument required

This commit is contained in:
lordwelch 2018-01-24 12:58:03 -08:00
parent f264f9c017
commit f882f599ff

View File

@ -23,7 +23,7 @@ type Keys map[string]Key
type Args struct {
SHORTCUT string `arg:"-S,help:Keymap cycle shortcut"`
ORDER []string `arg:"positional,help:Order of keymaps"`
ORDER []string `arg:"required,positional,help:Order of keymaps"`
}
const (