Class: Syncthing::Helper::CLI::AbstractCommand

Inherits:
Clamp::Command
  • Object
show all
Includes:
InstanceMethods
Defined in:
lib/syncthing/helper/cli/abstract_command.rb

Instance Method Summary collapse

Methods included from InstanceMethods

#col, #delete_record, #query, #tabled_stdout, #trigger_updates

Instance Method Details

#executeObject



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