nushell/crates/nu-command/src
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
..
conversions Fix command descriptions+examples (#5129) 2022-04-08 10:30:49 +02:00
core_commands Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
dataframe Fix command descriptions+examples (#5129) 2022-04-08 10:30:49 +02:00
date Fix command descriptions+examples (#5129) 2022-04-08 10:30:49 +02:00
deprecated add keep deprecated commands (#5124) 2022-04-08 10:10:46 +12:00
env Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
experimental Add search terms to Command and Signature (#4980) 2022-03-27 22:25:30 +03:00
filesystem Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
filters Improve $in handling (#5137) 2022-04-09 09:41:05 +12:00
formats Improve $in handling (#5137) 2022-04-09 09:41:05 +12:00
generators Fix command descriptions+examples (#5129) 2022-04-08 10:30:49 +02:00
hash Fix command descriptions+examples (#5129) 2022-04-08 10:30:49 +02:00
math Fix for loop ctrlc not terminating (#5003) 2022-03-28 19:13:43 +13:00
network Fix command descriptions+examples (#5129) 2022-04-08 10:30:49 +02:00
path Fix path join on streams (#4959) 2022-03-26 07:46:48 +13:00
platform Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
random Another batch of command tests (#4496) 2022-02-16 07:38:02 -05:00
shells Fix command descriptions+examples (#5129) 2022-04-08 10:30:49 +02:00
strings Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
system Clean up which/which-support Cargo feature (#5019) 2022-03-29 06:10:43 -05:00
viewers Add search terms to many commands (#5096) 2022-04-05 07:01:21 -05:00
default_context.rs add keep deprecated commands (#5124) 2022-04-08 10:10:46 +12:00
example_test.rs update str find-replace to str replace (#5120) 2022-04-07 08:41:09 -05:00
lib.rs deprecated commands (#4405) 2022-02-10 12:55:19 +00:00