We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Term.with_used_args
Term.with_used_args which discussed in #101 and implemented in #103 has many bugs.
--
Shown here on the current test exectuble test_with_used_args
test_with_used_args
> b0 -- test_with_used_args -- hoho --bbb=bla hoho --bbb=bla > b0 -- test_with_used_args hoho -bbla -b bla hoho > b0 -- test_with_used_args hoho --bbb=bla --bbb bla hoho > b0 -- test_with_used_args -- hoho --bbb=bla hoho --bbb=bla
The text was updated successfully, but these errors were encountered:
Integrate B0_testing and do proper test runs.
b30da9c
They used to be only test executables that had to be run manually. Incidentally we find #203 and #204 which will be fixed later. Close #205
No branches or pull requests
Term.with_used_args
which discussed in #101 and implemented in #103 has many bugs.--
token. This is a bug.Shown here on the current test exectuble
test_with_used_args
The text was updated successfully, but these errors were encountered: