mirror of
https://github.com/trycua/computer.git
synced 2026-04-26 00:19:42 -05:00
Fix no vm message, bump to 0.1.7
This commit is contained in:
@@ -14,6 +14,10 @@ struct List: AsyncParsableCommand {
|
||||
func run() async throws {
|
||||
let manager = LumeController()
|
||||
let vms = try manager.list()
|
||||
VMDetailsPrinter.printStatus(vms)
|
||||
if vms.isEmpty {
|
||||
print("No virtual machines found")
|
||||
} else {
|
||||
VMDetailsPrinter.printStatus(vms)
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -17,7 +17,7 @@ struct Lume: AsyncParsableCommand {
|
||||
// MARK: - Version Management
|
||||
extension Lume {
|
||||
enum Version {
|
||||
static let current: String = "0.1.6"
|
||||
static let current: String = "0.1.7"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user