Class: LcpRuby::CLI::ExamplesCommand
- Inherits:
-
Thor
- Object
- Thor
- LcpRuby::CLI::ExamplesCommand
- Defined in:
- lib/lcp_ruby/cli/examples_command.rb
Overview
‘lcp examples path` / `lcp examples copy DIR` — locate or copy the bundled example-app source. `path` returns the examples directory so every bundled app is discoverable; `lcp run NAME` boots one. Rails-free.
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.exit_on_failure? ⇒ Boolean
13 14 15 |
# File 'lib/lcp_ruby/cli/examples_command.rb', line 13 def self.exit_on_failure? true end |