nushell/crates/nu-command/src
Maxim Zhiburt b499e7c682
Fix some issues with table wrapping of lists (#7598)
close #7591 

I tend to think it must be addressed.
But I'd verify it @rgwood.

PS: I've noticed how `table -e` and `table` with the same width wraps a
bit differently sometimes. (I guess it also must be addressed......)

Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com>
2022-12-24 18:27:34 -06:00
..
bits Further cleanup of Span::test_data usage + span fixes (#7595) 2022-12-24 07:41:57 -06:00
bytes Further cleanup of Span::test_data usage + span fixes (#7595) 2022-12-24 07:41:57 -06:00
charting Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former (#7217) 2022-12-23 01:48:53 -05:00
conversions Further cleanup of Span::test_data usage + span fixes (#7595) 2022-12-24 07:41:57 -06:00
core_commands Further cleanup of Span::test_data usage + span fixes (#7595) 2022-12-24 07:41:57 -06:00
database Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former (#7217) 2022-12-23 01:48:53 -05:00
dataframe Fix #6888 and rename fill-na to fill-nan (#7565) 2022-12-24 16:04:46 +01:00
date Add extra_usage messages for subcommand-only commands (#7594) 2022-12-24 07:16:29 -06:00
deprecated Remove shape-directed import pattern parsing (#7570) 2022-12-22 16:36:13 +02:00
env Add extra_usage messages for subcommand-only commands (#7594) 2022-12-24 07:16:29 -06:00
experimental Change instances of Value::string("foo", Span::test_data()) to Value::test_string("foo") (#7592) 2022-12-24 10:25:38 +01:00
filesystem Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former (#7217) 2022-12-23 01:48:53 -05:00
filters Further cleanup of Span::test_data usage + span fixes (#7595) 2022-12-24 07:41:57 -06:00
formats To toml fix (#7597) 2022-12-24 15:12:09 -06:00
generators Further cleanup of Span::test_data usage + span fixes (#7595) 2022-12-24 07:41:57 -06:00
hash Add extra_usage messages for subcommand-only commands (#7594) 2022-12-24 07:16:29 -06:00
math Further cleanup of Span::test_data usage + span fixes (#7595) 2022-12-24 07:41:57 -06:00
misc Add more input/output type annotations (#7532) 2022-12-21 20:20:46 +01:00
network Further cleanup of Span::test_data usage + span fixes (#7595) 2022-12-24 07:41:57 -06:00
path Further cleanup of Span::test_data usage + span fixes (#7595) 2022-12-24 07:41:57 -06:00
platform Further cleanup of Span::test_data usage + span fixes (#7595) 2022-12-24 07:41:57 -06:00
random Add extra_usage messages for subcommand-only commands (#7594) 2022-12-24 07:16:29 -06:00
shells Add more input/output type annotations (#7532) 2022-12-21 20:20:46 +01:00
strings Further cleanup of Span::test_data usage + span fixes (#7595) 2022-12-24 07:41:57 -06:00
system Further cleanup of Span::test_data usage + span fixes (#7595) 2022-12-24 07:41:57 -06:00
viewers Fix some issues with table wrapping of lists (#7598) 2022-12-24 18:27:34 -06:00
default_context.rs Add values command (see #7166) (#7583) 2022-12-23 12:49:19 -06:00
example_test.rs Further cleanup of Span::test_data usage + span fixes (#7595) 2022-12-24 07:41:57 -06:00
input_handler.rs Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former (#7217) 2022-12-23 01:48:53 -05:00
lib.rs Feature cleanup (#7182) 2022-11-22 16:58:11 -08:00
sort_utils.rs Further cleanup of Span::test_data usage + span fixes (#7595) 2022-12-24 07:41:57 -06:00