mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-23 03:59:18 +00:00
add version number to cmd
This commit is contained in:
parent
23a7f03cc4
commit
fa17170878
@ -3,6 +3,7 @@ var colors = require('colors');
|
||||
|
||||
var Cmd = function(Embark) {
|
||||
this.Embark = Embark;
|
||||
program.version('2.0.0');
|
||||
};
|
||||
|
||||
Cmd.prototype.process = function(args) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user