Module: TLDR::CLI
- Defined in:
- lib/tldr/cli.rb,
lib/tldr/cli/version.rb,
lib/tldr/cli/commands.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
'0.3.0'
Class Method Summary collapse
Class Method Details
.execute ⇒ Object
10 11 12 13 |
# File 'lib/tldr/cli.rb', line 10 def self.execute commands = Commands.new commands.run end |