github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/cli/args/types.go (about)

     1  package args
     2  
     3  type ParsedFlag struct {
     4  	Options    []string
     5  	IsBoolFlag bool
     6  }