Documentation
¶
Index ¶
Constants ¶
View Source
const ArraySeparator = ","
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RootCommandeer ¶
type RootCommandeer struct {
Reporter *performance.MetricReporter
BuildInfo *config.BuildInfo
// contains filtered or unexported fields
}
func NewRootCommandeer ¶
func NewRootCommandeer() *RootCommandeer
func (*RootCommandeer) CreateMarkdown ¶
func (rc *RootCommandeer) CreateMarkdown(path string) error
Generate Markdown files in the target path
func (*RootCommandeer) Execute ¶
func (rc *RootCommandeer) Execute() error
Execute the command using os.Args
func (*RootCommandeer) GetCmd ¶
func (rc *RootCommandeer) GetCmd() *cobra.Command
Return the underlying Cobra command
Click to show internal directories.
Click to hide internal directories.