Skip to content

Commit cae56d8

Browse files
committed
docs: update README
1 parent 950d014 commit cae56d8

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ Examples:
1919
- Local development: `npx vsxpub --exclude git` to skip GitHub releases
2020
- CI/CD pipeline: `npx vsxpub --include git` to avoid configuring secrets
2121

22+
<p align='center'>
23+
<img src='./assets/help.png' />
24+
</p>
25+
2226
## Environment Variables
2327

2428
Required environment variables:

assets/help.png

231 KB
Loading

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ try {
2525
.option('--vsce-pat <token>', 'Visual Studio Code Extension Token')
2626
.option('--ovsx-pat <token>', 'Open Vsx Registry Token')
2727
.option('--include <platforms>', 'Include platforms from publishing (git, vsce, ovsx)', { default: PLATFORM_CHOICES })
28-
.option('--exclude <platforms>', 'Exclude platforms from publishing (git, vsce, ovsx)', { default: [] })
28+
.option('--exclude <platforms>', 'Exclude platforms from publishing (git, vsce, ovsx)')
2929
.option('--retry <count>', 'Retry count', { default: 3 })
3030
.option('--retry-delay <ms>', 'Retry delay', { default: 1000 })
3131
.option('--dry', 'Dry run', { default: false })

0 commit comments

Comments
 (0)