Skip to content

Commit

Permalink
docs(cli): update desc
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Jul 28, 2022
1 parent 12acf08 commit cd64a0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/cli/parse-argv-download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ export function parseArgvDownload()
boolean: true,
})
.option('source', {
desc: `下載後作為語言包版本控制模式`,
boolean: true,
})
.option('disable-interactive', {
desc: `禁用互動式詢問介面`,
boolean: true,
default: !isInteractive(),
})
Expand Down

0 comments on commit cd64a0f

Please sign in to comment.