Class: CouchReplica::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/couch_replica/cli.rb

Instance Method Summary collapse

Instance Method Details

#startObject



16
17
18
# File 'lib/couch_replica/cli.rb', line 16

def start
  instance.start
end

#stopObject



21
22
23
# File 'lib/couch_replica/cli.rb', line 21

def stop
  instance.stop
end