Added: [Feature request: node's alias for CLI](https://github.com/clicon/clixon/issues/434)

New `clixon-autocli@2023-09-01.yang` revision
Misc typos
This commit is contained in:
Olof hagsand 2023-08-31 17:57:53 +02:00
parent 4e79ac43fb
commit 3b08653eb4
13 changed files with 344 additions and 295 deletions

View file

@ -45,6 +45,9 @@ static int myfn(int par1, my_structure *par2);
### Errors
Error handling follows the "fail early and loud" principle. That is, unless a specific error-handling
is identified, exit as soon as possible and with an explicit error log.
Errors are typically declared as follows:
```
if (myfn(0) < 0){