This repository was archived by the owner on Apr 5, 2025. It is now read-only.
Commit 803ccdc
committed
Fix usage
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 it1 parent 4ce024f commit 803ccdc
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | | - | |
| 380 | + | |
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
| |||
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
553 | | - | |
| 553 | + | |
554 | 554 | | |
555 | 555 | | |
556 | 556 | | |
| |||
0 commit comments