We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f5454 commit 8f73b78Copy full SHA for 8f73b78
cli/core/search.go
@@ -40,7 +40,7 @@ func initSearchCommand() *cobra.Command {
40
Short: "Search for a core in the package index.",
41
Long: "Search for a core in the package index using the specified keywords.",
42
Example: " " + os.Args[0] + " core search MKRZero -v",
43
- Args: cobra.MinimumNArgs(1),
+ Args: cobra.ArbitraryArgs,
44
Run: runSearchCommand,
45
}
46
return searchCommand
0 commit comments