Documentation
¶
Overview ¶
Code generated by github.com/Jumpaku/cyamli v1.1.6, DO NOT EDIT.
Index ¶
- func Execute(args []string, stdin io.Reader, stdout io.Writer, stderr io.Writer) (code int)
- func GetDoc(subcommands []string) string
- func Run(cli CLI, args []string) error
- type CLI
- type CLI_Generate
- type CLI_GenerateDart
- type CLI_GenerateDart_Input
- type CLI_GenerateDocs
- type CLI_GenerateDocs_Input
- type CLI_GenerateGolang
- type CLI_GenerateGolang_Input
- type CLI_GeneratePython3
- type CLI_GeneratePython3_Input
- type CLI_Generate_Input
- type CLI_Input
- type CLI_List
- type CLI_List_Input
- type CLI_Validate
- type CLI_Validate_Input
- type Func
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CLI ¶
type CLI struct {
Generate CLI_Generate
List CLI_List
Validate CLI_Validate
FUNC Func[CLI_Input]
}
type CLI_Generate ¶
type CLI_Generate struct {
Dart CLI_GenerateDart
Docs CLI_GenerateDocs
Golang CLI_GenerateGolang
Python3 CLI_GeneratePython3
FUNC Func[CLI_Generate_Input]
}
type CLI_GenerateDart ¶ added in v1.1.4
type CLI_GenerateDart struct {
FUNC Func[CLI_GenerateDart_Input]
}
type CLI_GenerateDart_Input ¶ added in v1.1.4
type CLI_GenerateDocs ¶
type CLI_GenerateDocs struct {
FUNC Func[CLI_GenerateDocs_Input]
}
type CLI_GenerateDocs_Input ¶
type CLI_GenerateGolang ¶
type CLI_GenerateGolang struct {
FUNC Func[CLI_GenerateGolang_Input]
}
type CLI_GeneratePython3 ¶
type CLI_GeneratePython3 struct {
FUNC Func[CLI_GeneratePython3_Input]
}
type CLI_Generate_Input ¶
type CLI_Generate_Input struct {
Opt_Help bool
}
type CLI_List ¶
type CLI_List struct {
FUNC Func[CLI_List_Input]
}
type CLI_List_Input ¶
type CLI_Validate ¶ added in v1.1.0
type CLI_Validate struct {
FUNC Func[CLI_Validate_Input]
}
type CLI_Validate_Input ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.