cmd

package
v0.0.0-...-27ebddf Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2020 License: MIT Imports: 5 Imported by: 0

README

Folder for storing GoCalculate CLI package

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GoCalculateCmd = &cobra.Command{
	Use:   "GoCalulate",
	Short: "GoCaulate is a command line tool for numerical analysis",
	Long: `Fast and Simple Numerical Analysis command line tool
            written in Go.
            Complete documentation is available at <website to come>`,
	Run: func(cmd *cobra.Command, args []string) {
		fmt.Println("Go Calculate the World!")
	},
}

GoCalculateCmd is GoCalcuate's root command

Functions

func AddCommands

func AddCommands()

AddCommands adds child commands to the root command GoCalculateCmd.

func Execute

func Execute()

Execute adds all child commands to the GoCalculate root command sets flags appropriately.

Types

This section is empty.

Jump to

Keyboard shortcuts

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