From 138e9aabf5c491c1f43dee4ee611d982db674347 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sat, 15 Jan 2022 10:02:49 +0100 Subject: [PATCH] update README --- README.org | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index 62571cb..4c80956 100644 --- a/README.org +++ b/README.org @@ -43,13 +43,13 @@ This is the list of variables which can be set *before* including /sf/. Everything is optional. - | Name | Description | Example | - |--------------+-----------------------------------------------------------------------------------------------------+----------------------------------------| - | =sfdesc= | Description of the script | ~ sfdesc="This script does nothing." ~ | - | =sfargs= | Array for declaration of arguments, positional arguments and flags. Look below for more information | See [[#sfargs][below]] | - | =sfparr= | Flag which indicates if the last declared positional argument should be treated as array | ~ sfparr=true ~ | - | =sfexamples= | Array for declaration of examples for the usage output. Look below for more information | See also [[#sfexamples][below]] | - | =sfextra= | Additional usage output | ~ sfextra="No copyright." ~ | + | Name | Description | Example | + |--------------+-----------------------------------------------------------------------------------------------------+--------------------------------------| + | =sfdesc= | Description of the script | /sfdesc="This script does nothing."/ | + | =sfargs= | Array for declaration of arguments, positional arguments and flags. Look below for more information | See [[#sfargs][below]] | + | =sfparr= | Flag which indicates if the last declared positional argument should be treated as array | /sfparr=true/ | + | =sfexamples= | Array for declaration of examples for the usage output. Look below for more information | See also [[#sfexamples][below]] | + | =sfextra= | Additional usage output | /sfextra="No copyright."/ | Examples which show the usage of all variables can be found [[#examples][below]] and in the =examples= directory.