Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Verbose Define verbose flag variables Verbose bool // LdaCmd is the main command for the LDA project LdaCmd = &cobra.Command{ Use: "lda", Short: "Command line manager for LDA project.", Long: `Command line manager for LDA Project. Complete documentation is available at https://devzero.io`, Run: lda, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.