Sha256: b6a9faf260186fd82a4a06c950451c2194c2975074a9d828a43fe46257cf7621

Contents?: true

Size: 301 Bytes

Versions: 17

Compression:

Stored size: 301 Bytes

Contents

class Thor
  class Options < Arguments

    def check_unknown!
      raise UnknownArgumentError, "shelly: unrecognized option '#{@unknown.join(', ')}'\n" +
        "Usage: shelly [COMMAND]... [OPTIONS]\n" +
        "Try 'shelly --help' for more information" unless @unknown.empty?
    end

  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
shelly-0.0.28 lib/thor/options.rb
shelly-0.0.27 lib/thor/options.rb
shelly-0.0.26 lib/thor/options.rb
shelly-0.0.21.pre5 lib/thor/options.rb
shelly-0.0.25 lib/thor/options.rb
shelly-0.0.24 lib/thor/options.rb
shelly-0.0.23 lib/thor/options.rb
shelly-0.0.22 lib/thor/options.rb
shelly-0.0.21.pre3 lib/thor/options.rb
shelly-0.0.21.pre2 lib/thor/options.rb
shelly-0.0.21 lib/thor/options.rb
shelly-0.0.20 lib/thor/options.rb
shelly-0.0.21.pre lib/thor/options.rb
shelly-0.0.20.pre lib/thor/options.rb
shelly-0.0.19 lib/thor/options.rb
shelly-0.0.18 lib/thor/options.rb
shelly-0.0.17 lib/thor/options.rb