1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-13 21:06:06 +02:00
close 

Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com>
This commit is contained in:
Maxim Zhiburt
2022-12-15 20:55:15 +03:00
committed by GitHub
parent 24848a1e35
commit 080874df10
2 changed files with 8 additions and 2 deletions
crates/nu-command
src
viewers
tests
commands

@ -1526,8 +1526,8 @@ impl PagingTableCreator {
&self.config, &self.config,
&color_hm, &color_hm,
table.count_rows(), table.count_rows(),
with_index,
with_header, with_header,
with_index,
false, false,
); );

File diff suppressed because one or more lines are too long