mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-21 02:37:05 +01:00
docs(clap): update STRUCT_FLAG and UPLOAD flags
* adjust documentation to resemble actual upload flag semantics. It was still using the one previously used in docopt. * Make -m <mime-type> optional, defaulting to 'application/octet-stream' Should have been fixed alongside of #81
This commit is contained in:
@@ -19,6 +19,7 @@ SCOPE_FLAG = 'scope'
|
||||
CONFIG_DIR_FLAG = 'config-dir'
|
||||
DEBUG_FLAG = 'debug'
|
||||
DEBUG_AUTH_FLAG = 'debug-auth'
|
||||
DEFAULT_MIME = 'application/octet-stream'
|
||||
|
||||
MODE_ARG = 'mode'
|
||||
FILE_ARG = 'file'
|
||||
|
||||
Reference in New Issue
Block a user