mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 14:43:25 +02:00
Rows and values can be checked for emptiness. Allows to set a value if desired. (#1665)
This commit is contained in:
committed by
GitHub
parent
a62745eefb
commit
80025ea684
@ -16,6 +16,7 @@ mod group_by;
|
||||
mod headers;
|
||||
mod histogram;
|
||||
mod insert;
|
||||
mod is_empty;
|
||||
mod last;
|
||||
mod lines;
|
||||
mod ls;
|
||||
|
Reference in New Issue
Block a user