Module: Texico::CLI::Command
- Extended by:
- Command
- Included in:
- Command
- Defined in:
- lib/texico/cli/command.rb,
lib/texico/cli/command/base.rb,
lib/texico/cli/command/init.rb,
lib/texico/cli/command/build.rb,
lib/texico/cli/command/clean.rb,
lib/texico/cli/command/config.rb,
lib/texico/cli/command/release.rb
Defined Under Namespace
Classes: Base, Build, Clean, Config, Init, Release
Instance Method Summary collapse
Instance Method Details
#match(*args) ⇒ Object
6 7 8 |
# File 'lib/texico/cli/command.rb', line 6 def match(*args) Base.match(*args) end |