You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Options:
-v, --verbose...
Verbose mode, print more information
Levels: - 0: info + warn + error - 1: debug + info + warn + error - 2: trace + debug + info + warn + error
Expected Behaviour
Options:
-v, --verbose...
Verbose mode, print more information
Levels:
- 0: info + warn + error
- 1: debug + info + warn + error
- 2: trace + debug + info + warn + error
Additional Context
I expect a paragraph to split on lines ending on double space or backslash or when starting by - or <num>. . Note that in the provided minimal example the lines from Level: to - 1: ... end with double space.
Debug Output
No response
The text was updated successfully, but these errors were encountered:
Thank you for pointing that out. I had searched for issues related to newlines but didn’t find #2389, as it addresses general markdown parsing. I now see the overlap and will contribute to the discussion there. Thanks for the guidance!
Please complete the following tasks
Rust Version
rustc 1.80.0 (051478957 2024-07-21)
Clap Version
4.5.20
Minimal reproducible code
Steps to reproduce the bug with the above code
cargo run -- --help
Actual Behaviour
Options:
-v, --verbose...
Verbose mode, print more information
Expected Behaviour
Options:
-v, --verbose...
Verbose mode, print more information
Additional Context
I expect a paragraph to split on lines ending on double space or backslash or when starting by
-
or<num>.
. Note that in the provided minimal example the lines fromLevel:
to- 1: ...
end with double space.Debug Output
No response
The text was updated successfully, but these errors were encountered: