feat(CLI): struct value parsing

This works already for simple request values, but doens't generate
compiling code for structures with Parts in them.
Nonetheless, it's a big step towards finishing the overall issue.

Related to #64
This commit is contained in:
Sebastian Thiel
2015-04-16 17:44:30 +02:00
parent 1dd1fcf4b8
commit 15b78cd1ff
5 changed files with 111 additions and 34 deletions

View File

@@ -14,6 +14,7 @@ STRUCT_FLAG = 'r'
UPLOAD_FLAG = 'u'
OUTPUT_FLAG = 'o'
VALUE_ARG = 'v'
KEY_VALUE_ARG = 'kv'
SCOPE_FLAG = 'scope'
CONFIG_DIR_FLAG = 'config-dir'