Skip to content

Commit

Permalink
fix(kkt): Update command help.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 22, 2021
1 parent b0e47db commit 861d554
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/bin/kkt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ function help() {
console.log('\n Options:\n');
console.log(' --version, -v', 'Show version number');
console.log(' --help, -h', 'Displays help information.');
console.log(' --app-src', 'Specify the entry directory.');
console.log(' --no-open-browser', 'Do not open in browser.');
console.log(' --no-clear-console', 'Do not clear the command line information.');
console.log(' --app-src,', 'Specify the entry directory.');
console.log(' --no-open-browser,', 'Do not open in browser.');
console.log(' --no-clear-console,', 'Do not clear the command line information.');
console.log('\n Example:');
console.log('\n');
console.log(' $ \x1b[35mkkt\x1b[0m build');
Expand Down

0 comments on commit 861d554

Please sign in to comment.