[Command Line] The help command was not including the global options
This commit is contained in:
parent
20c2c05a1d
commit
b7202bbb75
@ -58,6 +58,7 @@ To get help on a particular command please specify the command.
|
||||
class << self
|
||||
def option_parser(arguments)
|
||||
parser = Compass::Exec::CommandOptionParser.new(arguments)
|
||||
parser.extend(Compass::Exec::GlobalOptionsParser)
|
||||
parser.extend(HelpOptionsParser)
|
||||
end
|
||||
def usage
|
||||
|
Loading…
Reference in New Issue
Block a user