Class: LcpRuby::CLI::DocsCommand
- Inherits:
-
Thor
- Object
- Thor
- LcpRuby::CLI::DocsCommand
- Defined in:
- lib/lcp_ruby/cli/docs_command.rb
Overview
‘lcp docs path` / `lcp docs copy DIR` — locate or copy the bundled curated docs. Rails-free; resolves the docs at the installed gem path so the content always matches the running gem version.
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.exit_on_failure? ⇒ Boolean
13 14 15 |
# File 'lib/lcp_ruby/cli/docs_command.rb', line 13 def self.exit_on_failure? true end |