mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-22 19:21:27 +01:00
fix(CLI): Display for Errors + refactor
* refactored errors into a hierarchy * implemented `Display` trait for all error types, including some 'hierarchy-aware' printing. Fixes #54
This commit is contained in:
@@ -15,6 +15,7 @@ UPLOAD_FLAG = 'u'
|
||||
OUTPUT_FLAG = 'o'
|
||||
VALUE_ARG = 'v'
|
||||
SCOPE_FLAG = 'scope'
|
||||
CONFIG_DIR_FLAG = 'config-dir'
|
||||
|
||||
FILE_ARG = '<file>'
|
||||
MIME_ARG = '<mime>'
|
||||
|
||||
Reference in New Issue
Block a user