Class: Dozens::CLI

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

Instance Method Summary collapse

Instance Method Details

#updateObject



11
12
13
14
# File 'lib/dozens/cli.rb', line 11

def update
  d = Dozens::Alias.new options[:zone], options[:hostname], options[:target]
  d.update!
end