Class: Syncthing::Helper::CLI::AbstractCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Syncthing::Helper::CLI::AbstractCommand
- Includes:
- InstanceMethods
- Defined in:
- lib/syncthing/helper/cli/abstract_command.rb
Direct Known Subclasses
DemoCommand, DeviceCommand, DeviceCreateCommand, DeviceDeleteCommand, DeviceReadCommand, DeviceUpdateCommand, FolderCommand, FolderCreateCommand, FolderDeleteCommand, FolderReadCommand, MainCommand, UpdaterCommand
Instance Method Summary collapse
Methods included from InstanceMethods
#col, #delete_record, #query, #tabled_stdout, #trigger_updates
Instance Method Details
#execute ⇒ Object
51 52 53 54 |
# File 'lib/syncthing/helper/cli/abstract_command.rb', line 51 def execute SemanticLogger.default_level = log_level.downcase.to_sym API.init_firestore project_id: gcp_project_id, credentials: credentials end |