Documentation ¶ Index ¶ Variables Constants ¶ This section is empty. Variables ¶ View Source var NewCommand = &cobra.Command{ Use: "new", Aliases: []string{"n"}, Short: `New can do something like create folder or other things`, Run: func(cmd *cobra.Command, args []string) { cmd.Help() }, } Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files new.go Directories ¶ Show internal Expand all Path Synopsis folder sha url Click to show internal directories. Click to hide internal directories.