Moved callbacks starting programs from libclixon_cli to example code

The functions are: `cli_start_shell` and `cli_start_program`
If you need them, add them to your application plugin code instead
This commit is contained in:
Olof hagsand 2024-12-10 10:35:19 +01:00
parent 2790d243e1
commit b1d969e42b
4 changed files with 86 additions and 225 deletions

View file

@ -35,6 +35,9 @@ Expected: January 2025
Developers may need to change their code
* Moved callbacks starting programs from libclixon_cli to example code
* The functions are: `cli_start_shell` and `cli_start_program`
* If you need them, add them to your application plugin code instead
* Changed C-API: add `system-only` parameter with default value `0` last:
* `clixon_json2file()` -> `clixon_json2file(,0)`
* `clixon_json2cbuf()` -> `clixon_json2cbuf(,0)`