Made change
This commit is contained in:
12
matchtype.go
Normal file
12
matchtype.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package parser
|
||||
|
||||
type matchType int
|
||||
const (
|
||||
noMatch matchType = iota
|
||||
flagMatch
|
||||
unknownFlagMatch
|
||||
commandMatch
|
||||
helpMatch
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user