File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ class Search extends BaseCommand {
42
42
'color' ,
43
43
'parseable' ,
44
44
'description' ,
45
+ 'searchlimit' ,
45
46
'searchopts' ,
46
47
'searchexclude' ,
47
48
'registry' ,
Original file line number Diff line number Diff line change @@ -4069,8 +4069,9 @@ npm search [search terms ...]
4069
4069
4070
4070
Options:
4071
4071
[-l|--long] [--json] [--color|--no-color|--color always] [-p|--parseable]
4072
- [--no-description] [--searchopts <searchopts>] [--searchexclude <searchexclude>]
4073
- [--registry <registry>] [--prefer-online] [--prefer-offline] [--offline]
4072
+ [--no-description] [--searchlimit <number>] [--searchopts <searchopts>]
4073
+ [--searchexclude <searchexclude>] [--registry <registry>] [--prefer-online]
4074
+ [--prefer-offline] [--offline]
4074
4075
4075
4076
aliases: find, s, se
4076
4077
@@ -4089,6 +4090,7 @@ Note: This command is unaware of workspaces.
4089
4090
#### \`color\`
4090
4091
#### \`parseable\`
4091
4092
#### \`description\`
4093
+ #### \`searchlimit\`
4092
4094
#### \`searchopts\`
4093
4095
#### \`searchexclude\`
4094
4096
#### \`registry\`
You can’t perform that action at this time.
0 commit comments