cmd

package
v1.0.0-rc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2019 License: MIT Imports: 17 Imported by: 1

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL