Commit b285ec7c authored by rockyl's avatar rockyl

修改curse命名错误

parent 0f16f806
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
const program = require('commander'); const program = require('commander');
program program
.version('0.0.2') .version('1.0.1')
.description('game command line interface') .description('game command line interface')
.command('init [name]', 'Initialize a project with template').alias('i') .command('init [name]', 'Initialize a project with template').alias('i')
.command('mock', 'Mock server').alias('m') .command('mock', 'Mock server').alias('m')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment