List keys with special characters are RFC 3986 encoded

This commit is contained in:
Olof hagsand 2017-01-16 22:55:28 +01:00
parent 2db346abc8
commit c9f1ece53e
3 changed files with 59 additions and 12 deletions

View file

@ -29,6 +29,7 @@
#
# ***** END LICENSE BLOCK *****
- List keys with special characters are RFC 3986 encoded.
- Added cli multiple callback and expand support. Use options
CLICON_CLIGEN_CALLBACK_SINGLE_ARG and CLICON_CLIGEN_EXPAND_SINGLE_ARG
to control these.