nushell/crates/nu-command/src
LordLightSpeed e0bc85d0dd
Update fill.rs to fix last example given with help (#13993)
Original stated it filled on the left to a width of 5 while showing the
command and output to fill on both sides to a width of 10. Changed
wording of description to match effect of example and displayed result.
2024-10-03 17:04:36 -05:00
..
bytes Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
charting Replace raw usize IDs with new types (#13832) 2024-09-30 13:20:15 +02:00
conversions Update fill.rs to fix last example given with help (#13993) 2024-10-03 17:04:36 -05:00
database Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
date Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
debug Replace raw usize IDs with new types (#13832) 2024-09-30 13:20:15 +02:00
env Replace raw usize IDs with new types (#13832) 2024-09-30 13:20:15 +02:00
experimental Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
filesystem since windows allows slash or backslash, allow both instead of MAIN_SEPARATOR (#13996) 2024-10-03 10:10:11 -05:00
filters Update wrap example (#13986) 2024-10-02 06:11:07 +00:00
formats Replace raw usize IDs with new types (#13832) 2024-09-30 13:20:15 +02:00
generators Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
hash add binary as input to hash commands (#13923) 2024-09-25 16:47:52 +08:00
help allow tab to be retained with find (#13848) 2024-09-14 08:51:00 -05:00
math Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
misc Replace raw usize IDs with new types (#13832) 2024-09-30 13:20:15 +02:00
network Make get_env_var return a reference to a Value (#13987) 2024-10-02 13:05:48 +02:00
path fix path exists on a non-directory file (#13763) 2024-09-11 12:45:39 -05:00
platform Respect $env.config.use_kitty_protocol in input listen (#13892) 2024-09-25 08:57:00 -05:00
random Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02: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 Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
strings Add --number flag to split column (#13831) 2024-09-12 07:16:33 -05:00
system Fix non-zero exit code errors in middle of pipeline (#13899) 2024-10-02 06:04:18 -05:00
viewers Make get_env_var return a reference to a Value (#13987) 2024-10-02 13:05:48 +02:00
default_context.rs add metadata access command (#13785) 2024-09-11 12:44:06 -05: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