Class: Pod::Target::CLI
- Inherits:
-
Thor
- Object
- Thor
- Pod::Target::CLI
- Defined in:
- lib/pod/target/cli.rb
Overview
Handle the application command line parsing and the dispatch to various command objects
Constant Summary collapse
- Error =
Error raised by this runner
Class.new(StandardError)
Instance Method Summary collapse
Instance Method Details
#resolve_dependency ⇒ Object
43 44 45 46 |
# File 'lib/pod/target/cli.rb', line 43 def resolve_dependency(*) require_relative 'commands/dependency' Pod::Target::Commands::Dependency.new().execute end |