diff options
author | midipix <writeonce@midipix.org> | 2025-05-29 00:53:15 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-05-29 03:35:46 +0000 |
commit | 59b920bb87eab928e77b5227a1ed9023292a7552 (patch) | |
tree | df0f396edc1cec2156f5ee7d543b39ed05e20a4b /src/internal | |
parent | bbc6acc8f263e26cd487b936ee5ab7a61b59b277 (diff) | |
download | perk-59b920bb87eab928e77b5227a1ed9023292a7552.tar.bz2 perk-59b920bb87eab928e77b5227a1ed9023292a7552.tar.xz |
driver: become multi-cmd ready, added pe_cmd_perk().
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/perk_driver_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h index dafad86..46fed8b 100644 --- a/src/internal/perk_driver_impl.h +++ b/src/internal/perk_driver_impl.h @@ -13,10 +13,12 @@ #define PERK_OPTV_ELEMENTS 64 extern const struct argv_option pe_default_options[]; +extern const struct argv_option pe_perk_options[]; enum app_tags { TAG_HELP, TAG_VERSION, + TAG_CMD, TAG_PRETTY, TAG_CATEGORY, TAG_SECTIONS, |