lib/snapshot_archive/cli.rb in snapshot_archive-0.22.0 vs lib/snapshot_archive/cli.rb in snapshot_archive-0.23.0
- old
+ new
@@ -20,11 +20,11 @@
def restore(id:)
Cfg.repository.restore(id)
end
- def list
- Cfg.repository.list
+ def list(...)
+ Cfg.repository.list(...)
end
def show(id)
Cfg.repository.show(id)
end