Documentation
¶
Index ¶
- Variables
- func ActionAppendToChatSession(args *commonCLIArgs) cli.ActionFunc
- func GenerateContextSubcommands() []*cli.Command
- func GenerateCreateSubcommands() []*cli.Command
- func GenerateDeleteSubcommands() []*cli.Command
- func GenerateDescribeSubcommands() []*cli.Command
- func GenerateGetSubcommands() []*cli.Command
- func GenerateUpdateSubcommands() []*cli.Command
Constants ¶
This section is empty.
Variables ¶
View Source
var CommonParams commonCLIArgs
CommonParams basic CLI arguments
Functions ¶
func ActionAppendToChatSession ¶
func ActionAppendToChatSession(args *commonCLIArgs) cli.ActionFunc
ActionAppendToChatSession append new exchange to active chat session
@param args *commonCLIArgs - CLI arguments @return the CLI action
func GenerateContextSubcommands ¶
func GenerateContextSubcommands() []*cli.Command
GenerateContextSubcommands generate list of subcommands for "delete"
@return the list of CLI subcommands
func GenerateCreateSubcommands ¶
func GenerateCreateSubcommands() []*cli.Command
GenerateCreateSubcommands generate list of subcommands for "create"
@return the list of CLI subcommands
func GenerateDeleteSubcommands ¶
func GenerateDeleteSubcommands() []*cli.Command
GenerateDeleteSubcommands generate list of subcommands for "delete"
@return the list of CLI subcommands
func GenerateDescribeSubcommands ¶
func GenerateDescribeSubcommands() []*cli.Command
GenerateDescribeSubcommands generate list of subcommands for "describe"
@return the list of CLI subcommands
func GenerateGetSubcommands ¶
func GenerateGetSubcommands() []*cli.Command
GenerateGetSubcommands generate list of subcommands for "get"
@return the list of CLI subcommands
func GenerateUpdateSubcommands ¶
func GenerateUpdateSubcommands() []*cli.Command
GenerateUpdateSubcommands generate list of subcommands for "update"
@return the list of CLI subcommands
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.