From efd47f8650a7381ef2c2cf30df7971d6caae9b96 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 6 Mar 2016 09:25:09 -0500 Subject: driver: created primary option table. --- src/internal/slibtool_driver_impl.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/internal') 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 { -- cgit v1.2.3