Class: Dapp::CLI::Base
Direct Known Subclasses
Constant Summary
Constants inherited from Dapp::CLI
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
- #run(_argv = ARGV) ⇒ Object
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
Instance Method Details
#run(_argv = ARGV) ⇒ Object
58 59 60 |
# File 'lib/dapp/cli/base.rb', line 58 def run(_argv = ARGV) raise end |