aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-03-14 19:06:36 -0500
committerColin Okay <okay@toyful.space>2022-03-14 19:06:36 -0500
commit08fd723502bb3ee021911c0c9db0f743b575ad68 (patch)
treee4b087dbf0092ff6812e92056042af2ca92b0b8b
parent3c8b1804a7e520f465ced563bbf9b416b4abb8ab (diff)
Added variables help topic
-rw-r--r--app/app.lisp11
1 files changed, 7 insertions, 4 deletions
diff --git a/app/app.lisp b/app/app.lisp
index 703fd77..677eed4 100644
--- a/app/app.lisp
+++ b/app/app.lisp
@@ -198,12 +198,14 @@ export EDITOR=/usr/bin/zile
(text :contents " ")
(text :contents "Print information about a contributor."))
(group (:header "EDITOR CONFIGURATION" :hidden t)
- (text :contents "Some commands use a system editor to edit long blocks of text. To configure this editor, please set the EDITOR environment variable.")
- (text :contents "E.g. export EDITOR=/usr/bin/nano"))
+ (text :contents +configure-your-edtior+))
+ (group (:header "VARIABLES IN ONELINERS")
+ (text :contents +oneliners-variables-help-text+))
(group (:header "HELP MENU")
(text :contents "Usage: ol help [SECTION]")
(text :contents " ")
(text :contents "Print a help menu. With no arguments, prints this help.")
+ (text :contents " ")
(text :contents "Command sections include:")
(text :contents
(str:join
@@ -227,8 +229,9 @@ export EDITOR=/usr/bin/zile
"login"
"whois"
"password"
- "signature"
- "editor"))))))
+ "signature"))))
+ (text :contents " ")
+ (text :contents "Additional topics include: editor variables")))
;;; HELPERS