From 08fd723502bb3ee021911c0c9db0f743b575ad68 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 14 Mar 2022 19:06:36 -0500 Subject: Added variables help topic --- app/app.lisp | 11 +++++++---- 1 file 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 -- cgit v1.2.3