Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Mar 6, 2024
1 parent 631f40b commit f33a000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sst/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func run() error {
}
required += 1
}
if cli.Bool("help") || active.Run == nil || len(cli.arguments) != required {
if cli.Bool("help") || active.Run == nil || len(cli.arguments) < required {
return cli.PrintHelp()
} else {
return active.Run(cli)
Expand Down

0 comments on commit f33a000

Please sign in to comment.