From cc67996f8096269465f4035a09027dde5a475d13 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 1 Mar 2024 21:28:05 -0600 Subject: [PATCH] Promote getopt. --- toys/{pending => other}/getopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/getopt.c (99%) diff --git a/toys/pending/getopt.c b/toys/other/getopt.c similarity index 99% rename from toys/pending/getopt.c rename to toys/other/getopt.c index 6ee58f16..455cbee8 100644 --- a/toys/pending/getopt.c +++ b/toys/other/getopt.c @@ -8,7 +8,7 @@ USE_GETOPT(NEWTOY(getopt, "^a(alternative)n:(name)o:(options)l*(long)(longoption config GETOPT bool "getopt" - default n + default y help usage: getopt [-aTu] [-lo OPTIONS] [-n NAME] [OPTIONS] ARG... -- 2.39.2