Documentation ¶
Overview ¶
Package command holds the main command factory for CWS injector
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeCommand ¶
func MakeCommand(subcommandFactories []SubcommandFactory) *cobra.Command
MakeCommand makes the top-level Cobra command for this app.
Types ¶
type SubcommandFactory ¶
SubcommandFactory is a callable that will return a slice of subcommands.
Click to show internal directories.
Click to hide internal directories.