Changed indentation for documentation of cli_start_program.

This commit is contained in:
Kristofer Hallin 2024-07-01 10:52:28 +00:00 committed by Olof Hagsand
parent 703114f64b
commit f42a5ba87e

View file

@ -786,15 +786,15 @@ cli_set_mode(clixon_handle h,
* *
* Example usage: * Example usage:
* @code * @code
* python3_args("Run program"), cli_start_program("python3"); { * python3_args("Run program"), cli_start_program("python3"); {
* <argument:string>("Single shell command"), cli_start_program("python3", "/tmp/test.py"); * <argument:string>("Single shell command"), cli_start_program("python3", "/tmp/test.py");
* } * }
* *
* python3_single("Run program"), cli_start_program("python3"); { * python3_single("Run program"), cli_start_program("python3"); {
* <source:rest>("Single shell command"), cli_start_program("python3"); * <source:rest>("Single shell command"), cli_start_program("python3");
* } * }
* *
* python3_script("Run program") <source:rest>("Path program"), cli_start_program("python3"); * python3_script("Run program") <source:rest>("Path program"), cli_start_program("python3");
* @endcode * @endcode
* *
* @warning Please note that the usage of this function consists of executing an arbitrary command given to * @warning Please note that the usage of this function consists of executing an arbitrary command given to