In GUIDE.md the first step is to download version 0.7.1 and run the examples on that folder.
Some examples search for lexopt, but in version 0.7.1 ripgrep was using clap. Therefore, when following the guide, the examples weren't working.
So either GUIDE.md should be updated to search for clap again, or the version being downloaded needs to be more recent, though this may break other examples.
GUIDE.md was updated to search for lexopt instead of clap in commit c28ce76.
In GUIDE.md the first step is to download version 0.7.1 and run the examples on that folder.
Some examples search for
lexopt, but in version 0.7.1 ripgrep was usingclap. Therefore, when following the guide, the examples weren't working.So either GUIDE.md should be updated to search for
clapagain, or the version being downloaded needs to be more recent, though this may break other examples.GUIDE.md was updated to search for
lexoptinstead ofclapin commit c28ce76.