Files
dotfiles/dot_config/nushell/nu_scripts/custom-completions/auto-generate/completions/VBoxHeadless.nu
Cian Hughes 896af887ca Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows)
and improves grepability with neovim/telescope
2024-11-07 13:52:17 +00:00

17 lines
648 B
Nu

# Enable or disamble VRDE server or don't change setting
extern "VBoxHeadless on off config" [
--vrde(-v) # Enable or disamble VRDE server or don't change setting
--settingspwfile # Specify file containing setting password
--start-paused # Start VM in paused state
--filename(-f) # File name when recording
...args
]
# Specify file containing setting password
extern "VBoxHeadless" [
--vrde(-v) # Enable or disamble VRDE server or don't change setting
--settingspwfile # Specify file containing setting password
--start-paused # Start VM in paused state
--filename(-f) # File name when recording
...args
]