Small description of the script.
- Color_Off: Disable color
- Black,Red,Green,Yellow,Blue,Purple,Cyan,Orange: Regular Colors
- BBlack,BRed,BGreen,BYellow,BBlue,BPurple,BCyan,BWhite: Bold Colors
- UBlack,URed,UGreen,UYellow,UBlue,UPurple,UCyan,UWhite: Underlined Colors
- IBlack,IRed,IGreen,IYellow,IBlue,IPurple,ICyan,IWhite: High Intensty Colors
- BIBlack,BIRed,BIGreen,BIYellow,BIBlue,BIPurple,BICyan,BIWhite: Bold High Intensty Colors
- On_Black,On_Red,On_Green,On_Yellow,On_Blue,On_Purple,On_Cyan,On_White: Background Colors
- On_IBlack,On_IRed,On_IGreen,On_IYellow,On_IBlue,On_IPurple,On_ICyan,On_IWhite: High Intensty Background Colors
- True: True Value (0)
- False: False Value (1)
- _MAIN__SETTING1_<scriptname> (string)[default: <pid of process>]: pid of process <scriptname>
- ENV1 (type): Description
- _TRAP__SIGNAL_HOOKS_<signal> (Array): List of hooks for signal <signal>
Multiline description goes here and there
module_fun a b c
=> a b c
- $1 (string): Some arg.
- ... (any): Rest of arguments.
Function has no arguments.
- --opt1: Description for option n. 1
- --opt2: Description for option n. 2
- 0: If successfull.
- >0: On failure
- 5: On some error.
- module.func
- module.func-alt
- Path to something.
- Error messages.
- Path to something.
- some:other:func()
Multiline description goes here and there
module_func2 a b c
- $1 (string): Some arg.
- $2 (number)[default: 15]: Some other arg.
- ... (any): Rest of arguments.
Function has no arguments.
- 0: If successfull.
- >0: On failure
- 5: On some error.
- Standard exit codes (alternative to @exitcode)
- Path to something.