Example with referencing single entity¶
See also "duplicates".
Single variable:¶
::: docs/examples/script.sh VARIABLE
$VARIABLE
¶
some variable
Single function:¶
::: docs/examples/script.sh func
func
¶
This is a function
Options:
-
-a <arg>do this -
-fdo that -
-l --longarg <arg>do this
Arguments:
-
$1first arg -
$2second arg
See: func2