Skip to content
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

Merged
merged 1 commit into from
Feb 5, 2016
Merged

Issue #6 - Parse command line with docopt. #18

merged 1 commit into from
Feb 5, 2016

Conversation

hfiguiere
Copy link
Contributor

No description provided.

@hfiguiere
Copy link
Contributor Author

@jedireza since you filed the issue, do you mind reviewing?

@hfiguiere
Copy link
Contributor Author

It should be noted that PR #3 will instantly rot with this one. And vice versa.

@hfiguiere
Copy link
Contributor Author

@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;
Copy link
Collaborator

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.

Copy link
Collaborator

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

Copy link
Contributor Author

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.

@hfiguiere
Copy link
Contributor Author

I have reordered the dependencies as requested. And squished commits.

@hfiguiere
Copy link
Contributor Author

@fabricedesre should be ready. Thanks !

fabricedesre added a commit that referenced this pull request Feb 5, 2016
Issue #6 - Parse command line with docopt.
@fabricedesre fabricedesre merged commit 641c205 into fxbox:master Feb 5, 2016
@hfiguiere hfiguiere deleted the command-line branch February 5, 2016 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants