We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6036abe commit 071ed0bCopy full SHA for 071ed0b
lib/csscss/cli.rb
@@ -87,7 +87,7 @@ def parse(argv)
87
@verbose = v
88
end
89
90
- opts.on("--[no-]color", "Colorizes output") do |c|
+ opts.on("--[no-]color", "Colorize output (default is true)") do |c|
91
@color = c
92
93
@@ -108,7 +108,7 @@ def parse(argv)
108
exit
109
110
111
- opts.on("--[no-]compass", "Enables compass extensions when parsing sass/scss") do |compass|
+ opts.on("--[no-]compass", "Enable compass extensions when parsing sass/scss (default is false)") do |compass|
112
if @compass = compass
113
begin
114
require "compass"
0 commit comments