Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewProjectCommand ¶
func NewProjectCommand(config *settings.Config, preRunE validator.Validator, opts ...ProjectOption) *cobra.Command
NewProjectCommand generates a cobra command for managing projects
Types ¶
type ProjectOption ¶ added in v0.1.23845
type ProjectOption interface {
// contains filtered or unexported methods
}
ProjectOption configures a command created by NewProjectCommand
func CustomReader ¶ added in v0.1.23845
func CustomReader(r UserInputReader) ProjectOption
CustomReader returns a ProjectOption that sets a given UserInputReader to a project command
Click to show internal directories.
Click to hide internal directories.