Class: Debci::HTML::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/debci/html_cli.rb

Instance Method Summary collapse

Instance Method Details

#updateObject



8
9
10
# File 'lib/debci/html_cli.rb', line 8

def update
  Debci::HTML.update
end

#update_package(pkg, suite = nil, arch = nil) ⇒ Object



13
14
15
# File 'lib/debci/html_cli.rb', line 13

def update_package(pkg, suite = nil, arch = nil)
  Debci::HTML.update_package(pkg, suite, arch)
end