nushell/crates/nu-command/src/core_commands
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
..
alias.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
debug.rs Experiment: Allow both $true/true and $false/false (#4696) 2022-03-02 19:55:03 -05:00
def_env.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
def.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
describe.rs
do_.rs Add search terms to Command and Signature (#4980) 2022-03-27 22:25:30 +03:00
echo.rs
error_make.rs Allow 'error make' to make simple errors (#4881) 2022-03-20 16:25:45 +13:00
export_alias.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
export_def_env.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
export_def.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
export_env.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
export_extern.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
export.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
extern_.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
for_.rs Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
help.rs Fix for search terms in help --find (#5081) 2022-04-03 17:37:22 -05:00
hide.rs Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
history.rs added real index column to history (#4756) 2022-03-06 17:22:18 +00:00
if_.rs Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
ignore.rs
let_.rs Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
metadata.rs Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
mod.rs Add export alias and export extern (#4878) 2022-03-20 07:58:01 +13:00
module.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
register.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
source.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
tutor.rs Add search terms to many commands (#5096) 2022-04-05 07:01:21 -05:00
use_.rs Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
version.rs update shadow-rs, update git2, remove indexmap from version (#5086) 2022-04-04 09:59:59 -05:00