gluon-packages/libs/lua-simple-uci
Matthias Schiffer 8b65619f59
lua-simple-uci: delete option when using Cursor:set() with nil value
Setting the section type when using set() with only two arguments is a very
confusing behaviour. section() can be used without a value table for the
same result.

Deleting the option instead will make set() and get() symmetric and will
allow to simplify some code that needed to check for nil to call set() or
delete() before.
2017-08-08 04:31:26 +02:00
..
src lua-simple-uci: delete option when using Cursor:set() with nil value 2017-08-08 04:31:26 +02:00
Makefile lua-simple-uci: new package providing wrapper around uci providing useful functions 2017-01-19 12:34:20 +01:00