Skip to content

Commit

Permalink
Merge pull request Compass#1138 from prsimp/stable
Browse files Browse the repository at this point in the history
Adds long flag option for CLI import_path parameter
  • Loading branch information
scottdavis committed Jan 17, 2013
2 parents 0b1f492 + 832beca commit 9e4c4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compass/exec/global_options_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def set_global_options(opts)
::Compass.configuration.discover Pathname.new(frameworks_dir).realpath
end

opts.on('-I IMPORT_PATH',
opts.on('-I IMPORT_PATH', '--import-path IMPORT_PATH',
"Makes files under the IMPORT_PATH folder findable by Sass's @import directive."
) do |import_path|
require 'pathname'
Expand Down

0 comments on commit 9e4c4ed

Please sign in to comment.