Commit 875b7fed authored by rockyl's avatar rockyl

init

parent 021051a0
...@@ -20,6 +20,7 @@ program ...@@ -20,6 +20,7 @@ program
.parse(process.argv); .parse(process.argv);
if(!program.input || program.output){ if(!program.input || program.output){
console.warn('parameter is incorrect');
process.exit(1); process.exit(1);
} }
......
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