lib/thor.rb in atli-0.1.8 vs lib/thor.rb in atli-0.1.9
- old
+ new
@@ -1,12 +1,14 @@
require "set"
require 'nrser'
require 'semantic_logger'
require "thor/base"
require 'thor/example'
+require 'thor/completion/bash'
class Thor
+ include Thor::Completion::Bash::Thor
class << self
# Allows for custom "Command" package naming.
#
# === Parameters