mirror of
https://github.com/nushell/nushell.git
synced 2025-05-12 22:14:26 +02:00
Clarify --lazy-once
description
This commit is contained in:
parent
55337845f3
commit
82d429d204
@ -36,7 +36,7 @@ impl Command for Default {
|
||||
)
|
||||
.switch(
|
||||
"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'),
|
||||
)
|
||||
.category(Category::Filters)
|
||||
|
Loading…
Reference in New Issue
Block a user