Skip to content
Snippets Groups Projects
Commit 3aca7bd8 authored by Aksel Baardsen's avatar Aksel Baardsen
Browse files

helo -> Hello

parent adad3386
No related branches found
No related tags found
No related merge requests found
......@@ -31,17 +31,12 @@ var cfgFile string
// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "assignment-1",
Short: "A brief description of your application",
Long: `A longer description that spans multiple lines and likely contains
examples and usage of using your application. For example:
Cobra is a CLI library for Go that empowers applications.
This application is a tool to generate the needed files
to quickly create a Cobra application.`,
Short: "Assignment 1 in IMT2681 Cloud Technologies",
Long: `A REST web application that provides information about animal species.`,
// Uncomment the following line if your bare application
// has an action associated with it:
Run: func(cmd *cobra.Command, args []string) {
print("Helo")
print("Hello")
},
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment