Documentation ¶
Index ¶
- Constants
- Variables
- func AddGroupedCommands(mainCommand *cobra.Command, group cobra.Group, cmds []*cobra.Command)
- func AllComandsHelpFlag(command *cobra.Command)
- func GetAvailableEphemeralPort(iface string) (int, error)
- func GetWorkspaceDir() (string, error)
- func GetWorkspaceDirAndShort() (string, string, error)
- func MakeSpinner(suffix string) *spinner.Spinner
- func PersistentPreRunChain(command *cobra.Command, args []string) error
Constants ¶
View Source
const ( StrTrue = "true" StrFalse = "false" )
Variables ¶
View Source
var (
ErrInvalidValue = errors.New("invalid value")
)
Functions ¶
func AddGroupedCommands ¶ added in v0.9.1
func AllComandsHelpFlag ¶ added in v0.10.0
func GetAvailableEphemeralPort ¶ added in v0.2.0
func GetWorkspaceDir ¶ added in v0.2.0
func GetWorkspaceDirAndShort ¶ added in v0.10.0
func MakeSpinner ¶ added in v0.2.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.