Class: Syncthing::Helper::CLI::FolderDeleteCommand

Inherits:
AbstractCommand
  • Object
show all
Defined in:
lib/syncthing/helper/cli/folder_command.rb

Instance Method Summary collapse

Methods included from InstanceMethods

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

Instance Method Details

#executeObject



39
40
41
42
# File 'lib/syncthing/helper/cli/folder_command.rb', line 39

def execute
  super
  delete_record
end