mirror of
https://github.com/nushell/nushell.git
synced 2025-05-13 22:44:27 +02:00
Clarify --lazy-once
description
This commit is contained in:
parent
55337845f3
commit
82d429d204
@ -36,7 +36,7 @@ impl Command for Default {
|
|||||||
)
|
)
|
||||||
.switch(
|
.switch(
|
||||||
"lazy-once",
|
"lazy-once",
|
||||||
"evaluate the closure only once, even for lists (no input)",
|
"evaluate the closure only once, even for lists (no closure input)",
|
||||||
Some('L'),
|
Some('L'),
|
||||||
)
|
)
|
||||||
.category(Category::Filters)
|
.category(Category::Filters)
|
||||||
|
Loading…
Reference in New Issue
Block a user