doc: fix testbed special option doc (#1574)

Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
Flameopathic 2025-07-03 15:17:04 -04:00 committed by GitHub
parent 7da2bbd49e
commit 9b4ecf4aca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,8 +30,11 @@ uses.
- `enable` defaults to true; allows for conditionally disabling a testbed
- `ui` and all of its suboptions are optional. Setting any will enable a
graphical environment.
- `command` takes a string command to be run once the graphical environment
- `command` takes a command to be run once the graphical environment
has loaded
- `text` takes the string of the command
- `useTerminal` takes a boolean which determines whether the command
should be run in a terminal
- `application` takes a desktop application to be run once the graphical
environment has loaded. If one of its suboptions is set, all must be.
- `name` takes the string name of the desktop application