mirror of
https://github.com/bower/bower.git
synced 2026-02-07 12:35:03 -05:00
Add --no-colors options to the help templates, add missing --no-colors to the uninstall.
This commit is contained in:
@@ -74,6 +74,9 @@ module.exports = function (names, options) {
|
||||
|
||||
module.exports.line = function (argv) {
|
||||
var options = nopt(optionTypes, shorthand, argv);
|
||||
|
||||
if (options.colors != null) template.showColors(options.colors);
|
||||
|
||||
if (options.help) return help('uninstall');
|
||||
var names = options.argv.remain.slice(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user