mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 06:35:56 +02:00
feat(table): make missing value symbol configurable (#15647)
Co-authored-by: Bahex <17417311+Bahex@users.noreply.github.com>
This commit is contained in:
@ -355,6 +355,9 @@ $env.config.table.abbreviated_row_count = null
|
||||
# false: Always apply `footer_mode` rules to the parent table
|
||||
$env.config.table.footer_inheritance = false
|
||||
|
||||
# missing_value_symbol (string): The symbol shown for missing values
|
||||
$env.config.table.missing_value_symbol = "❎"
|
||||
|
||||
# ----------------
|
||||
# Datetime Display
|
||||
# ----------------
|
||||
|
Reference in New Issue
Block a user