LINBIT / virter

Virter is a command line tool for simple creation and cloning of virtual machines based on libvirt
Apache License 2.0
216 stars 11 forks source link

cmd: remove globals, make certain params positional #6

Closed rck closed 4 years ago

rck commented 4 years ago

The first commit does a bit of clean up (avoiding globals, flattening the structure), while the 2 one make certain parameter positional, which feels a bit more natural (e.g., vm rm myvm)