We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef1c88 commit bdefb1dCopy full SHA for bdefb1d
src/commands/Information/Miscellaneous/google.ts
@@ -11,7 +11,8 @@ export default class extends SteveCommand {
11
super(store, file, directory, {
12
description: 'Search Google for a phrase.',
13
examples: ['google john green'],
14
- usage: '<search:string>',
+ extendedHelp: 'The maximum character length for Google searches is 200.',
15
+ usage: '<search:string{,200}>',
16
helpUsage: 'query'
17
});
18
}
0 commit comments