mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
default config: add note for figuring out datetime escape sequences (#16051)
# Description There was no hint as to what datetime escape sequences are supported, previously. Looked into the source code to figure this out, which is not great ux hehehe # User-Facing Changes # Tests + Formatting # After Submitting --------- Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>
This commit is contained in:
@ -371,6 +371,7 @@ $env.config.table.missing_value_symbol = "❎"
|
||||
# datetime_format.table (string or nothing):
|
||||
# The format string (or `null`) that will be used to display a datetime value when it appears in a
|
||||
# structured value such as a table, list, or record.
|
||||
# Execute `into datetime --list` to get a list of supported datetime specifiers.
|
||||
$env.config.datetime_format.table = null
|
||||
|
||||
# datetime_format.normal (string or nothing):
|
||||
|
Reference in New Issue
Block a user