1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-01 18:31:08 +00:00

Further clarify comment

This commit is contained in:
mntn 2022-01-01 20:21:52 -05:00
parent 416f4b300c
commit 774554ac22

View File

@ -8,9 +8,10 @@ import (
"github.com/spf13/viper"
)
// NOTE: CmdLink[1-90], CmdTab[1-90], and CmdCommand[1-90] need to be
// in-order and consecutive. This property is used to simplify key
// handling in display/display.go and display/tab.go
// NOTE: CmdLink[1-90], CmdTab[1-90], CmdCommand[1-90], and
// CmdCommandTarget[1-90] need to be in-order and consecutive. This
// property is used to simplify key handling in display/display.go
// and display/tab.go
type Command int
const (