A simple, zero-configuration script to quickly boot FreeBSD ISO images using QEMU

Update argument description to clarify input for ISO or version

+3 -1
+3 -1
main.ts
··· 123 .name("freebsd-up") 124 .version("0.1.0") 125 .description("Start a FreeBSD virtual machine using QEMU") 126 - .arguments("[path-to-iso-or-version:string]") 127 .option("-o, --output <path:string>", "Output path for downloaded ISO") 128 .option("-c, --cpu <type:string>", "Type of CPU to emulate", { 129 default: "host",
··· 123 .name("freebsd-up") 124 .version("0.1.0") 125 .description("Start a FreeBSD virtual machine using QEMU") 126 + .arguments( 127 + "[path-or-url-to-iso-or-version:string]", 128 + ) 129 .option("-o, --output <path:string>", "Output path for downloaded ISO") 130 .option("-c, --cpu <type:string>", "Type of CPU to emulate", { 131 default: "host",