Skip to content

Commit

Permalink
chore: remove unecessary flag
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Feb 17, 2025
1 parent f902f20 commit 31ac3ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eotsmanager/cmd/eotsd/daemon/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ func NewKeysCmd() *cobra.Command {
}

listCmd.RunE = runCommandPrintAllKeys
listCmd.Flags().StringP(flags.FlagOutput, "o", flags.OutputFormatText, "Output format (text|json)")

if showCmd := util.GetSubCommand(keysCmd, "show"); showCmd != nil {
showCmd.RunE = func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit 31ac3ed

Please sign in to comment.