Class: Dozens::CLI
- Inherits:
-
Thor
- Object
- Thor
- Dozens::CLI
- Defined in:
- lib/dozens/cli.rb
Instance Method Summary collapse
Instance Method Details
#update ⇒ Object
11 12 13 14 |
# File 'lib/dozens/cli.rb', line 11 def update d = Dozens::Alias.new [:zone], [:hostname], [:target] d.update! end |