Class: Berta::CLI
- Inherits:
-
Thor
- Object
- Thor
- Berta::CLI
- Defined in:
- lib/berta/cli.rb
Overview
CLI for berta
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
Instance Method Details
#cleanup ⇒ Object
79 80 81 82 83 84 |
# File 'lib/berta/cli.rb', line 79 def cleanup initialize_configuration() initialize_logger() initialize_email Berta::CommandExecutor.new.cleanup end |