Replies: 2 comments 1 reply
-
|
This is standard CLI behavior for boolean flags - when a flag like The help docs typically only show the "positive" form since the negation is implied. In this case:
There are no side effects - That said, documenting both forms could reduce confusion. You could open a small PR to add |
Beta Was this translation helpful? Give feedback.
-
|
Great observation! This is actually a standard behavior in many CLI tools that use boolean flags. Why
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I saw from the help docs from the cli that
--no-immediateis not part of the flags in the help docs of the cli:However, passing
--no-immediateis possible and will do the opposite of--immediateas seen below:Kindly, is there a reason
--no-immediatewasn't documented? Are there any side-effects to the above ? Thank you.Beta Was this translation helpful? Give feedback.
All reactions