tart
tart copied to clipboard
Filter tart list
trafficstars
Tart list currently displays both local and OCI:
displayTable("local", try VMStorageLocal().list())
displayTable("oci", try VMStorageOCI().list().map { (name, vmDir, _) in (name, vmDir) })
It should be possible to filter to show one or the other if desired