Module: Opts

Defined in:
lib/opts.rb,
lib/opts/version.rb

Defined Under Namespace

Modules: DSL Classes: ArgumentParser, Builder, CommandParser, OptionParser, Shell

Constant Summary collapse

Error =
Class.new(RuntimeError)
UnknownCommandError =
Class.new(Error)
UnknownOptionError =
Class.new(Error)
InvalidOptionError =
Class.new(Error)
InvalidArgumentError =
Class.new(Error)
VERSION =
"0.0.1"