We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc5de8 commit 3859bfdCopy full SHA for 3859bfd
cmd/root.go
@@ -18,9 +18,9 @@ const (
18
19
// RootCmd represents the base command when called without any subcommands
20
var RootCmd = &cobra.Command{
21
- Use: "gbb",
22
- Short: "Compile assistant",
23
- Long: ``,
+ Use: "gbb",
+ Long: `Compile assistant.
+Copyright (c) 2016, 2018, voidint. All rights reserved.`,
24
25
Run: func(cmd *cobra.Command, args []string) {
26
if gopts.ConfigFile == DefaultConfFile {
0 commit comments