lib/ardb/cli.rb in ardb-0.4.1 vs lib/ardb/cli.rb in ardb-0.5.0

- old
+ new

@@ -8,14 +8,10 @@ def self.run(*args) self.new.run(*args) end def initialize - @cli = CLIRB.new do - option 'root_path', 'root path Ardb should use (`Dir.pwd`)', { - :abbrev => 'p', :value => String - } - end + @cli = CLIRB.new end def run(*args) begin @cli.parse!(args)