mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
feat(webpack): -v and --version flags
This commit is contained in:

committed by
Nathan Walker

parent
4c393cd837
commit
f00f82caa4
@ -129,4 +129,6 @@ program
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
program.version(require('../../package.json').version, '-v, --version');
|
||||||
|
|
||||||
program.parse(process.argv);
|
program.parse(process.argv);
|
||||||
|
Reference in New Issue
Block a user