Skip to content

Commit

Permalink
remove format flag
Browse files Browse the repository at this point in the history
Signed-off-by: Hector Fernandez <[email protected]>
  • Loading branch information
hectorj2f committed Nov 27, 2022
1 parent 70fa40a commit cc4cfce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/timestamp-cli/app/inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import (
func addInspectFlags(cmd *cobra.Command) {
cmd.Flags().Var(NewFlagValue(fileFlag, ""), "timestamp", "path to timestamp response to inspect")
cmd.MarkFlagRequired("timestamp") //nolint:errcheck
cmd.Flags().Var(NewFlagValue(formatFlag, "default"), "format", "output format")
}

type inspectCmdOutput struct {
Expand Down

0 comments on commit cc4cfce

Please sign in to comment.