Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing group field for cli argp_options
Rebuilding, we get the following error: ``` missing initializer for field 'group' of 'const struct argp_option' [-Werror=missing-field-initializers] ``` argp_option (from argp.h) has one more field 'group', denoting the cli option grouping when displaying groups of options to users. Adding group ids to avoid the compilation warning/error.
- Loading branch information