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.
assert_cli::Assert::main_binary() will use cargo run --quiet -- to execute the CLI. However, if setting current directory outside the project (e.g., /tmp), cargo will not find the corresponding binary.
assert_cli::Assert::main_binary()will usecargo run --quiet --to execute the CLI. However, if setting current directory outside the project (e.g.,/tmp),cargowill not find the corresponding binary.Since it is executed "--quiet", there is no output in stderr but returns a failure status.
Can we get the binary
assert_cliversion: 0.6.2