mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 17:03:45 +01:00
c0a1d18e3d
* feat: update #4455, regenerate commands' docs * chore: update make_docs script
376 B
376 B
title | layout | version |
---|---|---|
default | command | 0.59.0 |
Sets a default row's column if missing.
Signature
> default (column name) (column value)
Parameters
column name
: the name of the columncolumn value
: the value of the column to default
Examples
Give a default 'target' to all file entries
> ls -la | default target 'nothing'