We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de567f3 commit f5858e9Copy full SHA for f5858e9
cmd/root.go
@@ -28,6 +28,7 @@ func Execute() {
28
29
func init() {
30
rootCmd.AddCommand(encodeCmd)
31
+ rootCmd.CompletionOptions.DisableDefaultCmd = true
32
encodeCmd.PersistentFlags().StringVar(&payload, "p", "", "payload")
33
encodeCmd.PersistentFlags().StringVar(&privateKeyFile, "pk", "", "private key file")
34
encodeCmd.PersistentFlags().StringVar(&secret, "s", "", "secret")
0 commit comments