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.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.