Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metadata ¶
type Metadata interface { // SwaggerFiles returns the related swagger files in this tag SwaggerFiles() []string // PackagePath returns the output package path of this tag PackagePath() string }
Metadata ...
type Option ¶
type Option interface { // Format returns the actual option in string Format() string }
Option describes an option of a autorest command line
func NewArgument ¶
NewArgument returns a new argument option (without "--")
func NewFlagOption ¶
NewFlagOption returns a flag option (with "--", without value)
func NewKeyValueOption ¶
NewKeyValueOption returns a key-value option like "--tag=something"
Click to show internal directories.
Click to hide internal directories.