added field list to find command (solved #1)

This commit is contained in:
john30
2015-09-26 12:47:35 +02:00
parent f3d4bbcc19
commit 6d42cce990
+1
View File
@@ -14,6 +14,7 @@
## Features ## Features
* new "read" option "-n" for retrieving name/value pairs in numeric form * new "read" option "-n" for retrieving name/value pairs in numeric form
* new "find" option "-e" for exactly matching name and optional circuit (ignoring case) * new "find" option "-e" for exactly matching name and optional circuit (ignoring case)
* new "find" optipn "-F" for listing messages in CSV format with selected columns only
* added numeric, verbose, and required options to JSON and use "null" for unset or replacement value * added numeric, verbose, and required options to JSON and use "null" for unset or replacement value
* allow static ".json" files being served by HTTP port * allow static ".json" files being served by HTTP port
* allow passing raw value when writing name/value pairs * allow passing raw value when writing name/value pairs