Skip to content

Commit

Permalink
fix(projects): remove options of sync-npmmirror
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Dec 9, 2023
1 parent 2097eed commit 0b17b90
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ async function setupCli() {
)
.option('--push', 'Indicates whether to push the git commit and tag')
.option('--total', 'Generate changelog by total tags')
.option(
'--syncName [name]',
'The package name of sync npmmirror, if it has multiple packages, you can use "," to separate them'
)
.option('--syncLog', 'Whether show sync package log')
.help();

const commands: CommandWithAction<CommandArg> = {
Expand Down

0 comments on commit 0b17b90

Please sign in to comment.