nushell/crates/nu-command/src/strings/encode_decode
Stefan Holderbach d9230a76f3
Fix signatures for cellpath access of records (#9793)
# Description
The same procedure as for #9778 repeated for records.

# User-Facing Changes
Commands that directly supported applying their work directly to record
fields via cell paths, that worked before #9680 will now work again

# Tests + Formatting
Tried to limit the need to add new `.allow_variants_without_examples()`
by adjusting or adding tests to also use some records with access.
2023-07-26 23:13:57 +02:00
..
base64.rs move common tools from nu-command to nu-cmd-base (#9455) 2023-06-22 14:45:54 -07:00
decode_base64.rs Fix signatures for cellpath access of records (#9793) 2023-07-26 23:13:57 +02:00
decode.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
encode_base64.rs Fix signatures for cellpath access of records (#9793) 2023-07-26 23:13:57 +02:00
encode.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
encoding.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
mod.rs REFACTOR: move the 0% commands to nu-cmd-extra (#9404) 2023-07-06 08:31:31 -07:00