Class: Lbrt::CLI::Service
- Inherits:
-
Thor
- Object
- Thor
- Lbrt::CLI::Service
- Includes:
- Utils::CLIHelper
- Defined in:
- lib/lbrt/cli/service.rb
Constant Summary
Constants included from Utils::CLIHelper
Utils::CLIHelper::REGEXP_OPTIONS
Instance Method Summary collapse
Methods included from Utils::CLIHelper
Instance Method Details
#apply(file) ⇒ Object
13 14 15 16 17 18 19 |
# File 'lib/lbrt/cli/service.rb', line 13 def apply(file) updated = client(Lbrt::Service).apply(file) unless updated Lbrt::Logger.instance.info('No change'.intense_blue) end end |