Skip to content

Commit

Permalink
Remove cobra.NoArgs.
Browse files Browse the repository at this point in the history
This was accidentally left in place while trying to debug a different
issuer.
  • Loading branch information
wlynch committed Nov 17, 2022
1 parent 900ab47 commit b8903cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/commands/show/show.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ Prints an in-toto style predicate for the specified revision.
If no revision is specified, HEAD is used.
This command is experimental, and its CLI surface may change.`,
Args: cobra.NoArgs,
RunE: func(cmd *cobra.Command, args []string) error {
return o.Run(os.Stdout, args)
},
Expand Down

0 comments on commit b8903cd

Please sign in to comment.