nushell/crates/nu-command/src
Bahex dfec687a46
term query: refactor, add --beginning flag (#14446)
# Description

- Refactor code to be simpler.
- Make the mentioned changes.
- `scopeguard` is added as a direct dependency. Helps simplify the code.
Rather than roll an ad-hoc version of it myself, I thought it would be
better to use `scopeguard` as it was already an indirect dependency.

# User-Facing Changes

- Add `--beginning` flag, which is used to validate the response and
provide early errors in case of unexpected inputs.
- Both `terminator` and `beginning` sequences (when provided) are not
included in the command's output. Turns out they are almost always
removed from the output, and because they are known beforehand they can
be added back by the user.
2024-12-01 20:02:48 -06:00
..
bytes Remove duplicate implementations of CallExt::rest (#14484) 2024-12-01 15:03:45 +01:00
charting Add Filesize type (#14369) 2024-11-29 21:24:17 +00:00
conversions Deprecate date to-record and date to-table (#14319) 2024-11-29 23:06:26 +01:00
database Add Filesize type (#14369) 2024-11-29 21:24:17 +00:00
date Deprecate date to-record and date to-table (#14319) 2024-11-29 23:06:26 +01:00
debug Start to Add WASM Support Again (#14418) 2024-11-30 07:57:11 -06:00
env Start to Add WASM Support Again (#14418) 2024-11-30 07:57:11 -06:00
experimental Start to Add WASM Support Again (#14418) 2024-11-30 07:57:11 -06:00
filesystem Remove duplicate implementations of CallExt::rest (#14484) 2024-12-01 15:03:45 +01:00
filters Start to Add WASM Support Again (#14418) 2024-11-30 07:57:11 -06:00
formats Add Filesize type (#14369) 2024-11-29 21:24:17 +00:00
generators Seq char update will work on all char (#14261) 2024-11-15 21:05:29 +01:00
hash add binary as input to hash commands (#13923) 2024-09-25 16:47:52 +08:00
help Change append operator to concatenation operator (#14344) 2024-11-24 10:59:54 -08:00
math Add Filesize type (#14369) 2024-11-29 21:24:17 +00:00
misc Replace raw usize IDs with new types (#13832) 2024-09-30 13:20:15 +02:00
network Start to Add WASM Support Again (#14418) 2024-11-30 07:57:11 -06:00
path fix path exists on a non-directory file (#13763) 2024-09-11 12:45:39 -05:00
platform term query: refactor, add --beginning flag (#14446) 2024-12-01 20:02:48 -06:00
random Add Filesize type (#14369) 2024-11-29 21:24:17 +00:00
removed Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
shells Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
stor feat: stor insert accepts lists (#14175) 2024-10-29 06:32:55 -05:00
strings update unicode-width to 0.2 (#14456) 2024-11-29 09:09:45 +08:00
system Remove duplicate implementations of CallExt::rest (#14484) 2024-12-01 15:03:45 +01:00
viewers Start to Add WASM Support Again (#14418) 2024-11-30 07:57:11 -06:00
default_context.rs Start to Add WASM Support Again (#14418) 2024-11-30 07:57:11 -06:00
example_test.rs Overhaul $in expressions (#13357) 2024-07-17 16:02:42 -05:00
lib.rs Start to Add WASM Support Again (#14418) 2024-11-30 07:57:11 -06:00
progress_bar.rs Cut down unnecessary lint allows (#14335) 2024-11-15 19:24:39 +01:00
sort_utils.rs Rework sorting and add cell path and closure comparators to sort-by (#13154) 2024-10-09 19:18:16 -07:00