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:
Sebastian Thiel
2015-04-14 09:32:29 +02:00
parent e45eb053d5
commit be228f1994
5 changed files with 66 additions and 25 deletions

View File

@@ -215,7 +215,7 @@ pub struct DefaultDelegate;
impl Delegate for DefaultDelegate {}
#[derive(Debug)]
pub enum Error {
/// The http connection failed
HttpError(hyper::HttpError),