File: full_module.sh
A short description.
The long description of this module. On multiple lines.
source "full_module.sh" declare s=John echo "Hello $s!"
Hello John!
Another paragraph.
| a_fct | The short description of the function on two lines. |
| old_foo | A deprecated function. DEPRECATED. |
The short description of the function on two lines.
a_fct value [element ...]
The long description of the function.
| Argument | Type | Index(es) | Description |
|---|---|---|---|
| value | str | 1 | A first value. |
| element | str | 2* | A list of values. |
| Stream | Type | Description |
|---|---|---|
| stdout | int | A positive number, otherwise -1. |
| Value | Description |
|---|---|
| 1 | When a wrong value is submitted. |
| Value | Description |
|---|---|
| 1 | Exits with error code on various error cases. |
A deprecated function.
old_foo
This function is deprecated.
This old function was doing something nice.