From 9b4ecf4aca38f329fc53d35bef32479c30ea74d6 Mon Sep 17 00:00:00 2001 From: Flameopathic <64027365+Flameopathic@users.noreply.github.com> Date: Thu, 3 Jul 2025 15:17:04 -0400 Subject: [PATCH] doc: fix testbed special option doc (#1574) Reviewed-by: awwpotato --- doc/src/testbeds.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/src/testbeds.md b/doc/src/testbeds.md index d9221c09..1cd8910c 100644 --- a/doc/src/testbeds.md +++ b/doc/src/testbeds.md @@ -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