Documentation
¶
Overview ¶
Package commands defines the CLI command structure for the yapi application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handlers ¶
type Handlers struct {
RunInteractive func(cmd *cobra.Command, args []string) error
Run func(cmd *cobra.Command, args []string) error
Watch func(cmd *cobra.Command, args []string) error
History func(cmd *cobra.Command, args []string) error
LSP func(cmd *cobra.Command, args []string) error
Version func(cmd *cobra.Command, args []string) error
Validate func(cmd *cobra.Command, args []string) error
}
Handlers contains the callback functions for command execution
Click to show internal directories.
Click to hide internal directories.