-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #6 - Parse command line with docopt. #18
Conversation
@jedireza since you filed the issue, do you mind reviewing? |
It should be noted that PR #3 will instantly rot with this one. And vice versa. |
@fabricedesre ? Thanks ! |
@@ -23,6 +22,8 @@ extern crate router; | |||
extern crate serde; | |||
extern crate staticfile; | |||
extern crate uuid; | |||
extern crate docopt; | |||
extern crate rustc_serialize; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need that? It seems unused.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also, add them in alphabetical order
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need it for the Args. Will keep the crate sorted too.
I have reordered the dependencies as requested. And squished commits. |
@fabricedesre should be ready. Thanks ! |
Issue #6 - Parse command line with docopt.
No description provided.