From 6adb90fd75f544895ba8ffc960f08ff00dc58949 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 2 Jan 2016 11:57:37 -0500 Subject: action vector and action iteration: initial implementation. --- src/skin/amgc_skin_default.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/skin') diff --git a/src/skin/amgc_skin_default.c b/src/skin/amgc_skin_default.c index 4fdbbe9..407bad1 100644 --- a/src/skin/amgc_skin_default.c +++ b/src/skin/amgc_skin_default.c @@ -17,6 +17,9 @@ const struct argv_option amgc_default_options[] = { {"help", 'h',TAG_HELP,ARGV_OPTARG_OPTIONAL,0,"short|long",0, "show usage information [listing %s options only]"}, + {"print-enums", 0,TAG_PRINT_ENUMS,ARGV_OPTARG_NONE,0,0,0, + "output the translation unit's enums."}, + {"std", '\0',TAG_LANG_STD,ARGV_OPTARG_REQUIRED, ARGV_OPTION_HYBRID_EQUAL,AMGC_LANG_STD_PARADIGM,0, "set language standard"}, -- cgit v1.2.3