We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 039a33a + ff17ac0 commit efd9d4eCopy full SHA for efd9d4e
src/main.ts
@@ -337,7 +337,7 @@ module.exports = function (argv: string[]): void {
337
338
program
339
.command('unpublish [extensionid]')
340
- .description('Unpublishes an extension. Example extension id: ms-vscode.live-server.')
+ .description('Removes an extension from the marketplace. Example extension id: ms-vscode.live-server.')
341
.option('-p, --pat <token>', 'Personal Access Token')
342
.option('--azure-credential', 'Use Microsoft Entra ID for authentication')
343
.option('-f, --force', 'Skip confirmation prompt when unpublishing an extension')
0 commit comments