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
{{ message }}
This repository was archived by the owner on Apr 5, 2025. It is now read-only.
Example
let test = fargo {
let! opta = opt "a" "a" "a" "a"
let! optb = opt "b" "b" "b" "b"
let! optc = opt "c" "c" "c" "c"
return opta, optb, optc
}
"dotnet run -- --help" will contain help message only for the last option
This commit fixes it
0 commit comments