nushell/crates/nu-command/src
Ian Manske 06fe7d1e16
Remove usages of Call::positional_nth (#12871)
# Description
Following from #12867, this PR replaces usages of `Call::positional_nth`
with existing spans. This removes several `expect`s from the code.

Also remove unused `positional_nth_mut` and `positional_iter_mut`
2024-05-15 19:59:42 +02:00
..
bytes Rework for new clippy lints (#12736) 2024-05-02 19:29:03 +02:00
charting Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
conversions Add example and search term for 'repeat' to the fill command (#12844) 2024-05-12 20:55:07 -05:00
database Fix improperly escaped strings in stor insert (#12820) 2024-05-13 20:22:39 -05:00
date ListStream touchup (#12524) 2024-05-05 16:00:59 +00:00
debug ListStream touchup (#12524) 2024-05-05 16:00:59 +00:00
env Remove usages of Call::positional_nth (#12871) 2024-05-15 19:59:42 +02:00
experimental Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
filesystem Remove usages of Call::positional_nth (#12871) 2024-05-15 19:59:42 +02:00
filters Fixed small error in the help-examples for the get command (#12877) 2024-05-15 19:49:08 +02:00
formats ListStream touchup (#12524) 2024-05-05 16:00:59 +00:00
generators ListStream touchup (#12524) 2024-05-05 16:00:59 +00:00
hash Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
help Add sys subcommands (#12747) 2024-05-06 23:20:27 +00:00
math ListStream touchup (#12524) 2024-05-05 16:00:59 +00:00
misc Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
network Fix inconsistent print behavior (#12675) 2024-04-27 00:25:11 +00:00
path Migrate to a new PWD API (#12603) 2024-05-03 14:33:09 +03:00
platform Remove usages of Call::positional_nth (#12871) 2024-05-15 19:59:42 +02:00
random ListStream touchup (#12524) 2024-05-05 16:00:59 +00: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 Fix improperly escaped strings in stor insert (#12820) 2024-05-13 20:22:39 -05:00
strings Fix char panic (#12867) 2024-05-14 21:10:06 +00:00
system Fix sys panic (#12846) 2024-05-15 15:40:04 +08:00
viewers ListStream touchup (#12524) 2024-05-05 16:00:59 +00:00
default_context.rs Add sys users command (#12787) 2024-05-07 07:52:02 -05:00
example_test.rs Initial --params implementation (#12249) 2024-03-24 15:40:21 -05:00
lib.rs Initial --params implementation (#12249) 2024-03-24 15:40:21 -05:00
progress_bar.rs remove cp-old (#11622) 2024-01-24 07:38:15 +08:00
sort_utils.rs Rename Value::CustomValue to Value::Custom (#12309) 2024-03-27 22:10:56 +01:00