This repository was archived by the owner on Apr 5, 2025. It is now read-only.
Commit 4ce024f
committed
Fix completion
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 -- complete -p 0" will output only completion for the last option
This commit fixes it1 parent 3e61bab commit 4ce024f
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
390 | 396 | | |
391 | 397 | | |
392 | 398 | | |
| |||
0 commit comments