Class: Dapp::CLI::Base

Inherits:
Dapp::CLI show all
Defined in:
lib/dapp/cli/base.rb

Direct Known Subclasses

Dimg::CLI::Base

Constant Summary

Constants inherited from Dapp::CLI

SUBCOMMANDS

Instance Method Summary collapse

Methods included from Helper::Cli

#cli_wrapper, #composite_options, #parse_options, #parse_subcommand, #prepare_subcommand, #required_argument, #run_subcommand

Methods included from Helper::Trivia

class_to_lowercase, #class_to_lowercase, #delete_file, #kwargs, #search_file_upward

Constructor Details

#initializeBase

Returns a new instance of Base.



53
54
55
56
# File 'lib/dapp/cli/base.rb', line 53

def initialize
  self.class.options.merge!(Base.options)
  super()
end

Instance Method Details

#run(_argv = ARGV) ⇒ Object



58
59
60
# File 'lib/dapp/cli/base.rb', line 58

def run(_argv = ARGV)
  raise
end