Sha256: f21f9f9e7e07d8dd61d546e7dad3fae961d1e8a39ae1e179c7eda68bdf6d2de1

Contents?: true

Size: 300 Bytes

Versions: 97

Compression:

Stored size: 300 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

97 entries across 97 versions & 1 rubygems

Version Path
shelly-0.2.5 lib/thor/options.rb
shelly-0.2.4 lib/thor/options.rb
shelly-0.2.3 lib/thor/options.rb
shelly-0.2.2 lib/thor/options.rb
shelly-0.2.1 lib/thor/options.rb
shelly-0.2.0 lib/thor/options.rb
shelly-0.1.40 lib/thor/options.rb
shelly-0.1.39 lib/thor/options.rb
shelly-0.1.38 lib/thor/options.rb
shelly-0.1.37.pre lib/thor/options.rb
shelly-0.1.36 lib/thor/options.rb
shelly-0.1.35 lib/thor/options.rb
shelly-0.1.34 lib/thor/options.rb
shelly-0.1.34.pre lib/thor/options.rb
shelly-0.1.33 lib/thor/options.rb
shelly-0.1.32 lib/thor/options.rb
shelly-0.1.31 lib/thor/options.rb
shelly-0.1.30 lib/thor/options.rb
shelly-0.1.29 lib/thor/options.rb
shelly-0.1.28 lib/thor/options.rb