formatting
This commit is contained in:
parent
8ad048afa5
commit
22cf9c313b
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ module.exports = function (argv: string[]): void {
|
|||
.description('Show extension metadata')
|
||||
.action((extensionid, { json }) => main(show(extensionid, json)));
|
||||
|
||||
program
|
||||
program
|
||||
.command('search <text>')
|
||||
.option('--json', 'Output result in json format', false)
|
||||
.description('search extension gallery')
|
||||
|
|
Loading…
Add table
Reference in a new issue