aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2021-08-18 20:46:23 +0200
committerWilliam Boman <william@redwill.se>2021-08-18 20:46:23 +0200
commit3ab1168651eadacef8ac3318a0d2d4464308c2ca (patch)
tree0497a81c1f21219f0a7725e35ce6d2249d6ae12b
parentREADME: add experimental label to Adapters section (diff)
downloadmason-3ab1168651eadacef8ac3318a0d2d4464308c2ca.tar
mason-3ab1168651eadacef8ac3318a0d2d4464308c2ca.tar.gz
mason-3ab1168651eadacef8ac3318a0d2d4464308c2ca.tar.bz2
mason-3ab1168651eadacef8ac3318a0d2d4464308c2ca.tar.lz
mason-3ab1168651eadacef8ac3318a0d2d4464308c2ca.tar.xz
mason-3ab1168651eadacef8ac3318a0d2d4464308c2ca.tar.zst
mason-3ab1168651eadacef8ac3318a0d2d4464308c2ca.zip
CUSTOM_SERVERS.md: improve docs
-rw-r--r--CUSTOM_SERVERS.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CUSTOM_SERVERS.md b/CUSTOM_SERVERS.md
index f0d548d8..c08a536f 100644
--- a/CUSTOM_SERVERS.md
+++ b/CUSTOM_SERVERS.md
@@ -83,8 +83,8 @@ available installers that are available out of the box.
`opts` is an optional table, with the following defaults:
- - `prefix = "set -euo pipefail;"` - Prefix added to the beginning of the script.
- - `env = nil` - A table (dict) with environment variables to be set in the shell.
+ - `prefix: string` (default `"set -euo pipefail;"`) - Prefix added to the beginning of the script.
+ - `env = table?` (default `nil`) - A table (dict) with environment variables to be set in the shell.
Example:
@@ -105,8 +105,8 @@ available installers that are available out of the box.
`opts` is an optional table, with the following defaults:
- - `prefix = "set -euo pipefail;"` - Prefix added to the beginning of the script.
- - `env = nil` - A table (dict) with environment variables to be set in the shell.
+ - `prefix: string` (default `"set -euo pipefail;"`) - Prefix added to the beginning of the script.
+ - `env = table?` (default `nil`) - A table (dict) with environment variables to be set in the shell.
Example: