Class: Syncthing::Helper::CLI::DemoCommand

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

Instance Method Summary collapse

Methods included from InstanceMethods

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

Instance Method Details

#executeObject



7
8
9
# File 'lib/syncthing/helper/cli/demo_command.rb', line 7

def execute
  puts Syncthing::Helper::API.api_key_from_xml src
end