Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "rockfish", Short: rootShort, Long: rootLong, Example: examples, Run: func(ccmd *cobra.Command, args []string) { intro := ` _______ _______ _______ _ _______ _________ _______ ( ____ )( ___ )( ____ \| \ /\( ____ \\__ __/( ____ \|\ /| | ( )|| ( ) || ( \/| \ / /| ( \/ ) ( | ( \/| ) ( | | (____)|| | | || | | (_/ / | (__ | | | (_____ | (___) | | __)| | | || | | _ ( | __) | | (_____ )| ___ | | (\ ( | | | || | | ( \ \ | ( | | ) || ( ) | | ) \ \__| (___) || (____/\| / \ \| ) ___) (___/\____) || ) ( | |/ \__/(_______)(_______/|_/ \/|/ \_______/\_______)|/ \| ` + version + ` THANKS, KELP! ` fmt.Println(intro) e := ccmd.Help() if e != nil { log.Fatal(e) } }, }
RootCmd is the main command for this repo
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.