nushell/crates/nu-command/src/commands/table
Jakub Žádník 77f42931ff
Fix table-pager feature compilation (#3359)
It compiles and works without errors, but the pager is not asynchronous
anymore (i.e., you need to wait for `seq 1 1000000` to finish before the
pager is displayed).
2021-04-27 19:06:57 +12:00
..
command.rs Fix table-pager feature compilation (#3359) 2021-04-27 19:06:57 +12:00
mod.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
options.rs add nu-ansi-term (#3089) 2021-02-22 12:33:34 -06:00