Skip to content

Commit

Permalink
Add note about disambiguation quirk (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcapriotti committed Apr 17, 2021
1 parent 8edc419 commit 7a686cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,11 @@ main = customExecParser p opts

```

**Note**. If an option name is a prefix of another option, then it
will never be matched when disambiguation is on. See
https://github.com/pcapriotti/optparse-applicative/issues/419 for more
details.

### Customising the help screen

optparse-applicative has a number of combinators to help customise
Expand Down

0 comments on commit 7a686cb

Please sign in to comment.