Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Opts ¶
type Opts struct {
Verbose []bool `short:"v" long:"verbose" description:"Show verbose debug information"`
Prettify bool `short:"p" long:"prettify" description:"Prettify specified .lama file"`
Sort bool `short:"s" long:"sort" description:"Sort specification into recommended order"`
Nocolor bool `short:"n" long:"nocolor" description:"Disable color in httpie output"`
Help bool `short:"h" long:"help" group:"AddHelp" description:"Usage help for Lama2"`
Positional struct {
LamaAPIFile string `required:"yes"`
} `positional-args:"yes"`
}
func GetAndValidateCmd ¶
Click to show internal directories.
Click to hide internal directories.