remove run functions in example.cli
This commit is contained in:
parent
0c6d9fc51c
commit
1f2313dadb
1 changed files with 0 additions and 7 deletions
|
|
@ -72,13 +72,6 @@ shell("System command"), cli_start_shell("bash");{
|
|||
<source:rest>("Single shell command"), cli_start_shell("bash");
|
||||
}
|
||||
|
||||
run_program_err("Run program"), cli_start_program();
|
||||
run_program_python3("Run program"), cli_start_program("python3");
|
||||
run_program_python3_source_arg("Run program"), cli_start_program("python3", "/tmp/test.py");
|
||||
run_program_python3_source_arg_vector("Run program") <source:rest>("Path program"), cli_start_program("python3");
|
||||
run_program_python3_source_arg_vector_err("Run program") <source:rest>("Path program"), cli_start_program("python3", "/tmp/test2.py");
|
||||
run_program_bash("Run program"), cli_start_program("bash");
|
||||
|
||||
copy("Copy and create a new object") {
|
||||
running("Copy from running db") startup("Copy to startup config"), db_copy("running", "startup");
|
||||
interface("Copy interface"){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue