mirror of
https://github.com/nushell/nushell.git
synced 2025-04-16 09:18:21 +02:00
Fix typo in doc_config.nu + small description (#15461)
# 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.
This commit is contained in:
parent
5c2bcd068b
commit
ca4222277e
@ -295,7 +295,8 @@ $env.config.display_errors.termination_signal = true
|
||||
$env.config.footer_mode = 25
|
||||
|
||||
# table.*
|
||||
# table_mode (string):
|
||||
# mode (string):
|
||||
# Specifies the visual display style of a table
|
||||
# One of: "default", "basic", "compact", "compact_double", "heavy", "light", "none", "reinforced",
|
||||
# "rounded", "thin", "with_love", "psql", "markdown", "dots", "restructured", "ascii_rounded",
|
||||
# or "basic_compact"
|
||||
|
Loading…
Reference in New Issue
Block a user