We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c0dc9 commit b0081efCopy full SHA for b0081ef
src/options/parser.rs
@@ -96,7 +96,7 @@ pub trait OptionsRepresentable {
96
let maybe_next = iterator.peek();
97
98
// If the next value isn't another option, set the value to the next value.
99
- // Otherwise, it is an empty string.
+ // Otherwise, it is None.
100
value = if let Some(next) = maybe_next
101
&& !next.starts_with("--")
102
{
0 commit comments