class Rake::Application

def command_line_options

program.
Return a list of the command line options supported by the
def command_line_options
  OPTIONS.collect { |lst| lst[0..-2] }
end