class Thor::Runner
def self.banner(command, all = false, subcommand = false)
def self.banner(command, all = false, subcommand = false) "thor " + command.formatted_usage(self, all, subcommand) end
def self.banner(command, all = false, subcommand = false) "thor " + command.formatted_usage(self, all, subcommand) end