Core of the `passenger-config` command. Dispatches a subcommand to a specific class.
# File lib/phusion_passenger/config/main.rb, line 67 def self.help puts "Usage: passenger-config <COMMAND> [options]" puts "Tool for controlling or configurating a #{PROGRAM_NAME} instance or installation." puts puts "Available commands:" KNOWN_COMMANDS.each do |props| command_class = lookup_command_class_by_class_name(props[1]) printf " %-18s %s\n", props[0], command_class.description end puts puts "Type 'passenger-config <COMMAND> --help' for more information." end
Generated with the Darkfish Rdoc Generator 2.