diff options
author | midipix <writeonce@midipix.org> | 2016-03-06 09:25:09 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-03-08 14:21:06 -0500 |
commit | efd47f8650a7381ef2c2cf30df7971d6caae9b96 (patch) | |
tree | 3e9a315b671e5a3bc058934d5927fd49fc2521fb /src/internal | |
parent | 803034870d84448eecf1a15bd0861c4c2f8ab957 (diff) | |
download | slibtool-efd47f8650a7381ef2c2cf30df7971d6caae9b96.tar.bz2 slibtool-efd47f8650a7381ef2c2cf30df7971d6caae9b96.tar.xz |
driver: created primary option table.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index d8e3111..ff54526 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -13,7 +13,18 @@ extern const struct argv_option slbt_default_options[]; enum app_tags { TAG_HELP, + TAG_HELP_ALL, TAG_VERSION, + TAG_CONFIG, + TAG_DEBUG, + TAG_DRY_RUN, + TAG_FEATURES, + TAG_MODE, + TAG_WARNINGS, + TAG_DEPS, + TAG_SILENT, + TAG_TAG, + TAG_VERBOSE, }; struct slbt_driver_ctx_impl { |