Skip to content

Commit

Permalink
Changed indentation for documentation of cli_start_program.
Browse files Browse the repository at this point in the history
  • Loading branch information
krihal authored and olofhagsand committed Jul 2, 2024
1 parent 703114f commit f42a5ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/cli/cli_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -786,15 +786,15 @@ cli_set_mode(clixon_handle h,
*
* Example usage:
* @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");
* }
* }
*
* 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");
* }
* }
*
* 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
*
* @warning Please note that the usage of this function consists of executing an arbitrary command given to
Expand Down

0 comments on commit f42a5ba

Please sign in to comment.