diff options
author | midipix <writeonce@midipix.org> | 2024-02-03 03:57:35 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-03 03:57:35 +0000 |
commit | 8868650e2edf08dac6d2472a6ead903db48d12f7 (patch) | |
tree | 89558de412501d58658e486fffb410309c6c83d2 /src/skin | |
parent | ef5cd3159e27beed97276db4ae33ea54558fb0fe (diff) | |
download | slibtool-8868650e2edf08dac6d2472a6ead903db48d12f7.tar.bz2 slibtool-8868650e2edf08dac6d2472a6ead903db48d12f7.tar.xz |
ar mode: driver: added the -Wposix and -Wyaml shorthand switches.
Diffstat (limited to 'src/skin')
-rw-r--r-- | src/skin/slbt_skin_ar.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/skin/slbt_skin_ar.c b/src/skin/slbt_skin_ar.c index 7346626..5108554 100644 --- a/src/skin/slbt_skin_ar.c +++ b/src/skin/slbt_skin_ar.c @@ -29,6 +29,14 @@ const struct argv_option slbt_ar_options[] = { "'hexdata' for yaml-formatted data with additional " "hexdump output"}, + {"Wposix", 0,TAG_AR_POSIX,ARGV_OPTARG_NONE, + ARGV_OPTION_HYBRID_ONLY,0,0, + "a shorthand for -Wpretty=posix"}, + + {"Wyaml", 0,TAG_AR_YAML,ARGV_OPTARG_NONE, + ARGV_OPTION_HYBRID_ONLY,0,0, + "a shorthand for -Wpretty=yaml"}, + {"Wverbose", 0,TAG_AR_VERBOSE,ARGV_OPTARG_NONE, ARGV_OPTION_HYBRID_ONLY,0,0, "produce verbose output; " |