You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2021. It is now read-only.
Ah, right, using assert_cmd directly is definitely the best option, then.
Luca, assert_cmd is part of what I described yesterday as that next stage -- where assert_cli uses the assert_fs and assert_cmd crates internally to provide a more comprehensive framework.
I'll close this issue, but feel free to ping me if you have any questions on how to use assert_cmd!
I've found what I believe it's a bug (briefly spoken with @killercup ). This is the code I'd like to use and that panics at unwrap():
As workaround, I'm using this (that works):
assert_cli
version: 0.6.2The text was updated successfully, but these errors were encountered: