fix --output-style to actually work
This commit is contained in:
parent
923703b058
commit
48b705943e
@ -126,7 +126,7 @@ END
|
|||||||
end
|
end
|
||||||
|
|
||||||
opts.on('-s STYLE', '--output-style STYLE', [:nested, :expanded, :compact, :compressed], 'Select a CSS output mode (nested, expanded, compact, compressed)') do |style|
|
opts.on('-s STYLE', '--output-style STYLE', [:nested, :expanded, :compact, :compressed], 'Select a CSS output mode (nested, expanded, compact, compressed)') do |style|
|
||||||
self.options[:style] = style
|
self.options[:output_style] = style
|
||||||
end
|
end
|
||||||
|
|
||||||
opts.on('-r LIBRARY', '--require LIBRARY', "Require LIBRARY before running commands. This is used to access compass plugins.") do |library|
|
opts.on('-r LIBRARY', '--require LIBRARY', "Require LIBRARY before running commands. This is used to access compass plugins.") do |library|
|
||||||
|
Loading…
Reference in New Issue
Block a user