We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d7560 commit 44a25e5Copy full SHA for 44a25e5
lib/thor/runner.rb
@@ -7,6 +7,8 @@
7
require "pathname"
8
9
class Thor::Runner < Thor #:nodoc: # rubocop:disable ClassLength
10
+ autoload :OpenURI, "open-uri"
11
+
12
map "-T" => :list, "-i" => :install, "-u" => :update, "-v" => :version
13
14
def self.banner(command, all = false, subcommand = false)
0 commit comments