package parser type matchType int const ( noMatch matchType = iota flagMatch unknownFlagMatch commandMatch helpMatch )