Skip to content

Commit

Permalink
Fix (remove) check positional argument count validation
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Apr 11, 2024
1 parent 4db01c7 commit 9972f9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ func newCheckCmd() *cobra.Command {
check subcommand checks if the binary is the latest version
and displays the name of the binary that needs to be updated.
However, do not update`,
Args: cobra.NoArgs,
ValidArgsFunction: cobra.NoFileCompletions,
Run: func(cmd *cobra.Command, args []string) {
OsExit(check(cmd, args))
Expand Down

0 comments on commit 9972f9a

Please sign in to comment.