docs: Fixing alignment

This commit is contained in:
lohhiiccc 2026-07-20 16:22:57 +02:00
parent be6e3ebcc7
commit c00dae3844

View file

@ -144,8 +144,7 @@ static int handle_name(const char *arg, void *cfg) {
### Help ### Help
```c ```c
void cli_print_options(const struct option_descriptor *opts, size_t nb_opts, void cli_print_options(const struct option_descriptor *opts, size_t nb_opts, t_arg_type_to_str to_str);
t_arg_type_to_str to_str);
``` ```
Prints a formatted options table to stdout. `to_str` maps `arg_type` integers Prints a formatted options table to stdout. `to_str` maps `arg_type` integers