diff options
author | midipix <writeonce@midipix.org> | 2024-02-13 05:22:07 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-13 05:22:07 +0000 |
commit | c1f21665c7010c70b87f79e1b81dc7f2564f26c9 (patch) | |
tree | 3b09adc125a5df414af01281d32b23208c934272 /src/skin | |
parent | 97bc5cffc0f90991211524321e423a3b0b5e5ea2 (diff) | |
download | slibtool-c1f21665c7010c70b87f79e1b81dc7f2564f26c9.tar.bz2 slibtool-c1f21665c7010c70b87f79e1b81dc7f2564f26c9.tar.xz |
utility: newly added --config, now producing compatible --config output.
Diffstat (limited to 'src/skin')
-rw-r--r-- | src/skin/slbt_skin_default.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/skin/slbt_skin_default.c b/src/skin/slbt_skin_default.c index 1565173..43222ce 100644 --- a/src/skin/slbt_skin_default.c +++ b/src/skin/slbt_skin_default.c @@ -39,6 +39,9 @@ const struct argv_option slbt_default_options[] = { "a universal playground game; " "currently accepted tags are {%s}"}, + {"config", 0,TAG_CONFIG,ARGV_OPTARG_NONE,0,0,0, + "print a compatible --config output"}, + {"info", 0,TAG_INFO,ARGV_OPTARG_NONE,0,0,0, "display detected (or cached) environment information"}, |