Skip to content

Commit

Permalink
FIXED: library(main): superfluous choice point in argv_options/3
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Nov 17, 2024
1 parent a06d3ec commit 9beae60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/main.pl
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,8 @@
sequence(option(Type, Meta), [', '-[]], Opts).

option(boolean, _, Opt) -->
opt(Opt).
opt(Opt),
!.
option(_Type, [Meta], Opt) -->
\+ { short_opt(Opt) },
!,
Expand Down

0 comments on commit 9beae60

Please sign in to comment.