nushell/crates/nu-command/src/strings
Hristo Filaretov 683b912263
Track call arguments in a single list (#5125)
* Initial implementation of ordered call args

* Run cargo fmt

* Fix some clippy lints

* Add positional len and nth

* Cargo fmt

* Remove more old nth calls

* Good ole rustfmt

* Add named len

Co-authored-by: Hristo Filaretov <h.filaretov@protonmail.com>
2022-04-09 14:55:02 +12:00
..
format Fix Format for non-basic data types (#5095) 2022-04-05 07:45:38 -05:00
split Fix command descriptions+examples (#5129) 2022-04-08 10:30:49 +02:00
str_ added ability to opt in to normal string replacement in replace cmd (#5133) 2022-04-08 12:23:16 -05:00
build_string.rs Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
char_.rs Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
decode.rs
detect_columns.rs Fix command descriptions+examples (#5129) 2022-04-08 10:30:49 +02:00
mod.rs
parse.rs
size.rs Externals shouldn't expand aliases (#4889) 2022-03-22 11:57:48 +13:00