Skip to content

Commit

Permalink
refactor: use argp library for parsing command line options and arg…
Browse files Browse the repository at this point in the history
…uments

This commit changes the command line parsing code of `valkey-benchmark`
to use the `argp` library (https://www.gnu.org/software/libc/manual/html_node/Argp.html),
which is included in libc.

This makes the options and arguments parsing more structured and easy to
extend.

Signed-off-by: Ricardo Dias <[email protected]>
  • Loading branch information
rjd15372 committed Jan 8, 2025
1 parent b3b4bdc commit a2b73d7
Showing 1 changed file with 362 additions and 293 deletions.
Loading

0 comments on commit a2b73d7

Please sign in to comment.