mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
feat(CLI): engine checks resource and method args
We are now at a spot where we can actually start parsing arguments. * ArgumentError -> ClIError - seems more fitting Fixes #55
This commit is contained in:
@@ -215,7 +215,7 @@ pub struct DefaultDelegate;
|
||||
impl Delegate for DefaultDelegate {}
|
||||
|
||||
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
/// The http connection failed
|
||||
HttpError(hyper::HttpError),
|
||||
|
||||
Reference in New Issue
Block a user