You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/root.go
+3-17Lines changed: 3 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -38,13 +38,9 @@ var cfgFile string
38
38
// rootCmd represents the base command when called without any subcommands
39
39
varrootCmd=&cobra.Command{
40
40
Use: "keyfob",
41
-
Short: "A brief description of your application",
42
-
Long: `A longer description that spans multiple lines and likely contains
43
-
examples and usage of using your application. For example:
44
-
45
-
Cobra is a CLI library for Go that empowers applications.
46
-
This application is a tool to generate the needed files
47
-
to quickly create a Cobra application.`,
41
+
Short: "keyfob is a two-factor authentication agent suitable for AWS and Github.",
42
+
Long: `keyfob is a two-factor authentication agent suitable for AWS and Github. Works pretty much the same as Google Authenticator or Authy, but uses your laptop's keychain.`,
43
+
Version: "0.3.0",
48
44
// Uncomment the following line if your bare application
0 commit comments