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

Documentation for migrating from assert_cli #30

Closed
epage opened this issue Jul 25, 2018 · 1 comment
Closed

Documentation for migrating from assert_cli #30

epage opened this issue Jul 25, 2018 · 1 comment
Labels
enhancement Improve the expected

Comments

@epage
Copy link
Contributor

epage commented Jul 25, 2018

Things to cover

@luser
Copy link

luser commented Jul 26, 2018

I just did this manually and the biggest thing it took me a while to figure out was that I should be using std::process::Command, and that this crate adds additional methods via extension traits. I could also have used some more detailed documentation on how the stdout/stderr predicates work. (Even just mentioning that the argument can be a predicate and linking to the predicates crate docs would have helped!)

@epage epage closed this as completed in b6e0f7e Jul 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve the expected
Projects
None yet
Development

No branches or pull requests

2 participants