Skip to content

Commit

Permalink
tool_getparam: bsearch cmdline options
Browse files Browse the repository at this point in the history
- the option names are now alpha sorted and lookup is a lot faster

- use case sensitive matching. It was previously case insensitive, but that
  was not documented nor tested.

- remove "partial match" feature. It was not documented, not tested and
  was always fragile as existing use could break when we add a new
  option

- lookup short options via a table

Closes #12631
  • Loading branch information
bagder committed Jan 8, 2024
1 parent 57cc70e commit 07dd60c
Show file tree
Hide file tree
Showing 4 changed files with 343 additions and 336 deletions.

0 comments on commit 07dd60c

Please sign in to comment.