mirror of
https://github.com/nushell/nushell.git
synced 2025-04-29 15:44:28 +02:00
# Description ``` # table.* # table_mode (string): # One of: "default", "basic", "compact", "compact_double", "heavy", "light", "none", "reinforced", # "rounded", "thin", "with_love", "psql", "markdown", "dots", "restructured", "ascii_rounded", # or "basic_compact" # Can be overridden by passing a table to `| table --theme/-t` $env.config.table.mode = "default" ``` In `doc_config.nu`, it refers to `table_mode` which does not exist under `$env.config.table`. There is now a short description of this field as well. |
||
---|---|---|
.. | ||
default_files | ||
casing.rs | ||
deansi.rs | ||
emoji.rs | ||
filesystem.rs | ||
flatten_json.rs | ||
lib.rs | ||
locale.rs | ||
main.rs | ||
quoting.rs | ||
shared_cow.rs | ||
utils.rs |