mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
For formatting for 'meteor --help'
'meteor test-packages' is long :
This commit is contained in:
committed by
David Glasser
parent
d34b4b8d29
commit
8057ff07c2
@@ -31,7 +31,7 @@ Fiber(function () {
|
||||
"Commands:\n");
|
||||
_.each(Commands, function (cmd) {
|
||||
if (cmd.help) {
|
||||
var name = cmd.name + " ".substr(cmd.name.length);
|
||||
var name = cmd.name + " ".substr(cmd.name.length);
|
||||
process.stdout.write(" " + name + cmd.help + "\n");
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user