add option to detache the VM from CLI

This commit is contained in:
Artur Gurgul 2025-08-17 17:21:38 +02:00
parent 83a0f81cbe
commit 91a36e03a8
4 changed files with 58 additions and 4 deletions

4
bin/vm
View file

@ -22,6 +22,10 @@ OptionParser.new do |opt|
opt.on('--name NAME', 'Virtaul Machine name') do |name|
options.name = name
end
opt.on('--detached') do
options.detached = true
end
# --port (ssh port)
# --attached (do not leave the shell process)
# new from copy