Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
hide commands in subcommands
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Feb 15, 2017
1 parent de60430 commit 8f33026
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/vbuild-init
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ const cli = meow(`
${chalk.yellow('--electron')} ${chalk.dim('Generated Electron app')}
${chalk.yellow('--help, -h')} ${chalk.dim('Output help (You are here!)')}
${chalk.yellow('--version, -v')} ${chalk.dim('Output version')}
${chalk.bold('Commands:')}
${chalk.yellow('pack')} ${chalk.dim('Pack your Vue app (default command)')}
${chalk.yellow('init')} ${chalk.dim('Initialize an empty project')}
\t`, {
alias: {
h: 'help',
Expand Down

0 comments on commit 8f33026

Please sign in to comment.