nushell/crates/nu-protocol/tests
nibon7 f8c82588b6
Explicitly indicate duplicate flags (#11226)
# Description
This PR adds an explicit indication for duplicate flags, which helps
with debugging.

# User-Facing Changes
N/A

# Tests + Formatting
- [x] `cargo fmt --all -- --check` to check standard code formatting
(`cargo fmt --all` applies these changes)
- [x] `cargo clippy --workspace -- -D warnings -D clippy::unwrap_used`
to check that you're using the standard code style
- [x] `cargo test --workspace` to check that all tests pass (on Windows
make sure to [enable developer
mode](https://learn.microsoft.com/en-us/windows/apps/get-started/developer-mode-features-and-debugging))
- [x] `cargo run -- -c "use std testing; testing run-tests --path
crates/nu-std"` to run the tests for the standard library

# After Submitting
N/A
2023-12-04 22:06:27 +08:00
..
into_config.rs Refactor and fix Config<->Value mechanism (#10896) 2023-11-08 20:31:30 +01:00
test_config.rs Refactor error make (#10923) 2023-11-03 10:09:33 -05:00
test_pipeline_data.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
test_signature.rs Explicitly indicate duplicate flags (#11226) 2023-12-04 22:06:27 +08:00
test_value.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00