From c1f21665c7010c70b87f79e1b81dc7f2564f26c9 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 13 Feb 2024 05:22:07 +0000 Subject: utility: newly added --config, now producing compatible --config output. --- src/skin/slbt_skin_default.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/skin') 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"}, -- cgit v1.2.3