nushell/crates/nu-cmd-extra/src/extra/bytes
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
..
add.rs Fix signatures for cellpath access of records (#9793) 2023-07-26 23:13:57 +02:00
at.rs Fix signatures for cellpath access of records (#9793) 2023-07-26 23:13:57 +02:00
build_.rs cratification: move the bytes command to nu-cmd-extra (#9509) 2023-06-23 12:23:08 -07:00
bytes_.rs cratification: move the bytes command to nu-cmd-extra (#9509) 2023-06-23 12:23:08 -07:00
collect.rs cratification: move the bytes command to nu-cmd-extra (#9509) 2023-06-23 12:23:08 -07:00
ends_with.rs Fix signatures for cellpath access of records (#9793) 2023-07-26 23:13:57 +02:00
index_of.rs Fix signatures for cellpath access of records (#9793) 2023-07-26 23:13:57 +02:00
length.rs Fix signatures for cellpath access of records (#9793) 2023-07-26 23:13:57 +02:00
mod.rs cratification: move the bytes command to nu-cmd-extra (#9509) 2023-06-23 12:23:08 -07:00
remove.rs Fix signatures for cellpath access of records (#9793) 2023-07-26 23:13:57 +02:00
replace.rs Fix signatures for cellpath access of records (#9793) 2023-07-26 23:13:57 +02:00
reverse.rs Fix signatures for cellpath access of records (#9793) 2023-07-26 23:13:57 +02:00
starts_with.rs Fix signatures for cellpath access of records (#9793) 2023-07-26 23:13:57 +02:00