Clarify --lazy-once description

This commit is contained in:
Firegem 2025-04-27 23:05:18 -04:00
parent 55337845f3
commit 82d429d204

View File

@ -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)