aboutsummaryrefslogtreecommitdiff
path: root/toys/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'toys/Config.in')
-rw-r--r--toys/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/toys/Config.in b/toys/Config.in
index 5aae5c54..ff4c68a3 100644
--- a/toys/Config.in
+++ b/toys/Config.in
@@ -77,6 +77,13 @@ config ECHO
\r carriage return
\t horizontal tab
\v vertical tab
+
+config FALSE
+ bool "false"
+ default n
+ help
+ Return nonzero.
+
config HELLO
bool "hello"
default n
@@ -350,6 +357,12 @@ config TOYSH_BUILTINS
Adds the commands exec, fg, bg, help, jobs, pwd, export, source, set,
unset, read, alias.
+config TRUE
+ bool "true"
+ default n
+ help
+ Return zero.
+
config WHICH
bool "which"
default n