class SakaiInfo::CLI::Special

Public Class Methods

process(args, flags) click to toggle source
# File lib/sakai-info/cli/special.rb, line 15
def self.process(args, flags)
  mode = args.shift

  STDERR.puts "WARNING:"
  STDERR.puts "  Looking up items of type '#{mode}' can return ambiguous results."
  STDERR.puts "  Please use #{SpecialModes[mode]} types instead."
  exit 1
end