nushell/crates/nu-command/src
Ian Manske 9261c0c55a
Be explicit about reduce args and input (#13646)
# Description

`run_with_value` is meant for running simple closures with one arg.
Using `run_with_value` after `add_arg` is slightly confusing.
2024-08-22 11:39:21 +02:00
..
bytes Internal representation (IR) compiler and evaluator (#13330) 2024-07-10 17:33:59 -07:00
charting Replace manual Record::get implementation (#13525) 2024-08-03 01:14:44 +02:00
conversions Change behavior of into record on lists to be more useful (#13637) 2024-08-22 11:38:43 +02:00
database don't force stripping ansi codes from strings in stor (#13464) 2024-07-30 08:52:28 -05:00
date Add and use new Signals struct (#13314) 2024-07-07 22:29:01 +00:00
debug Fix setting metadata on byte streams (#13416) 2024-07-21 21:15:36 +00:00
env Internal representation (IR) compiler and evaluator (#13330) 2024-07-10 17:33:59 -07:00
experimental Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
filesystem Drop outdated touch -d example (#13631) 2024-08-15 23:57:25 +02:00
filters Be explicit about reduce args and input (#13646) 2024-08-22 11:39:21 +02:00
formats Attempt to guess the content type of a file when opening with --raw (#13521) 2024-08-06 11:36:24 +02:00
generators generate: switch the position of <initial> and <closure>, so the closure can have default parameters (#13393) 2024-07-19 00:22:28 -07:00
hash Add and use new Signals struct (#13314) 2024-07-07 22:29:01 +00:00
help Update config directly at assignment (#13332) 2024-07-11 06:09:33 -07:00
math Make the math commands const (#13566) 2024-08-07 22:20:33 +02:00
misc Revert "Span ID Refactor (Step 2): Make Call SpanId-friendly (#13268)" (#13292) 2024-07-04 00:02:13 +03:00
network Fallback to extension-based content type detection when parsing Content-Type header fails (#13610) 2024-08-14 09:47:01 -05:00
path Path migration 1 (#13309) 2024-07-09 17:25:23 +08:00
platform Update config directly at assignment (#13332) 2024-07-11 06:09:33 -07:00
random Fix a typo in an example (#13548) 2024-08-06 13:18:49 +02:00
removed Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
shells Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
stor Update config directly at assignment (#13332) 2024-07-11 06:09:33 -07:00
strings Consider numbers to be part of a word in split words (#13502) 2024-07-31 16:35:41 -05:00
system Prefer process name over executable path (#13618) 2024-08-15 13:44:01 +08:00
viewers Update config directly at assignment (#13332) 2024-07-11 06:09:33 -07:00
default_context.rs Create random binary command (#13542) 2024-08-05 21:07:12 +02:00
example_test.rs Overhaul $in expressions (#13357) 2024-07-17 16:02:42 -05:00
lib.rs Add top-level crate documentation/READMEs (#12907) 2024-07-14 10:10:41 +02:00
progress_bar.rs Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
sort_utils.rs Add derive macros for FromValue and IntoValue to ease the use of Values in Rust code (#13031) 2024-06-17 16:05:11 -07:00