A simple, powerful CLI tool to spin up OpenIndiana virtual machines with QEMU
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update size option description for VM disk image creation

+1 -1
+1 -1
main.ts
··· 173 173 ) 174 174 .option( 175 175 "--size <size:string>", 176 - "Size of the VM disk image (e.g., 20G)", 176 + "Size of the VM disk image to create if it does not exist", 177 177 { 178 178 default: "20G", 179 179 },