update README

This commit is contained in:
Denis Lehmann 2022-01-15 10:07:34 +01:00
parent 138e9aabf5
commit 6ae2c25bcd

View file

@ -45,11 +45,11 @@
| Name | Description | Example | | Name | Description | Example |
|--------------+-----------------------------------------------------------------------------------------------------+--------------------------------------| |--------------+-----------------------------------------------------------------------------------------------------+--------------------------------------|
| =sfdesc= | Description of the script | /sfdesc="This script does nothing."/ | | =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]] | | =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/ | | =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]] | | =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."/ | | =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. Examples which show the usage of all variables can be found [[#examples][below]] and in the =examples= directory.