Documentation ¶
Index ¶
Constants ¶
View Source
const ArraySeparator = ","
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RootCommandeer ¶
type RootCommandeer struct {
// contains filtered or unexported fields
}
func NewRootCommandeer ¶
func NewRootCommandeer() *RootCommandeer
func (*RootCommandeer) CreateMarkdown ¶
func (rc *RootCommandeer) CreateMarkdown(path string) error
CreateMarkdown generates MD files in the target path
func (*RootCommandeer) Execute ¶
func (rc *RootCommandeer) Execute() error
Execute uses os.Args to execute the command
func (*RootCommandeer) GetCmd ¶
func (rc *RootCommandeer) GetCmd() *cobra.Command
GetCmd returns the underlying cobra command
Source Files ¶
Click to show internal directories.
Click to hide internal directories.