From 2bc17534f0bba1de06210535c20311db70c417c4 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 25 Apr 2016 19:30:05 -0400 Subject: driver: added --annotate support. --- src/skin/slbt_skin_default.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/skin/slbt_skin_default.c') diff --git a/src/skin/slbt_skin_default.c b/src/skin/slbt_skin_default.c index a223ae8..e0c4886 100644 --- a/src/skin/slbt_skin_default.c +++ b/src/skin/slbt_skin_default.c @@ -38,6 +38,13 @@ const struct argv_option slbt_default_options[] = { {"preserve-dup-deps", 0,TAG_DEPS,ARGV_OPTARG_NONE,0,0,0, "leave the dependency list alone"}, + {"annotate", 0,TAG_ANNOTATE,ARGV_OPTARG_REQUIRED,0, + "always|never|minimal|full",0, + "modify default annotation options; " + "the defautls are full annotation when " + "stdout is a tty, and no annotation " + "at all otherwise"}, + {"quiet", 0,TAG_SILENT,ARGV_OPTARG_NONE,0,0,0, "do not say anything"}, -- cgit v1.2.3