Namespace
Methods
I
R
Included Modules
Constants
VERSION = '2.20.0'
 
Class Public methods
included(klass)
# File lib/gli.rb, line 28
def self.included(klass)
  warn "You should include GLI::App instead"
end
run(*args)
# File lib/gli.rb, line 32
def self.run(*args)
  warn "GLI.run no longer works for GLI-2, you must just call `run(ARGV)' instead"
  warn "either fix your app, or use the latest GLI in the 1.x family"
  1
end