nushell/crates/nu-command/src/strings
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
..
encode_decode Fix signatures for cellpath access of records (#9793) 2023-07-26 23:13:57 +02:00
split Fix output signature of split chars/words (#9739) 2023-07-23 17:06:41 -05:00
str_ Fix signatures for cellpath access of records (#9793) 2023-07-26 23:13:57 +02:00
char_.rs Revert numberlike parsing restriction (#8845) 2023-04-12 05:21:31 +12:00
detect_columns.rs fix #9653 the cmd detect columns with the flag -c (#9667) 2023-07-21 08:25:06 -05:00
mod.rs REFACTOR: move the 0% commands to nu-cmd-extra (#9404) 2023-07-06 08:31:31 -07:00
parse.rs Input output checking (#9680) 2023-07-14 15:20:35 +12:00
size.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00