mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-19 18:00:47 +01:00
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:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user