Skip to content

Commit

Permalink
FIXED: argv_options/3 handing of boolean|Type on last option
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Sep 18, 2024
1 parent b9e8ca9 commit 126732b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/main.pl
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@
-> true
; T == []
),
!,
Opt =.. [Name,Value],
Options = [Opt|OptionsT],
opt_parse(T, Positional, OptionsT, M, POptions).
Expand Down

0 comments on commit 126732b

Please sign in to comment.