Document 'sandbox' option for defaults files.

See #7873.
This commit is contained in:
John MacFarlane 2022-01-29 21:51:30 -08:00
parent c348c4d4fe
commit 9f4693d003

View file

@ -1645,6 +1645,10 @@ stdin, and it can be an empty sequence `[]` for no input.
| ``` | ``` | | ``` | ``` |
+----------------------------------+-----------------------------------+ +----------------------------------+-----------------------------------+
| ``` | ``` yaml | | ``` | ``` yaml |
| --sandbox | sandbox: true |
| ``` | ``` |
+----------------------------------+-----------------------------------+
| ``` | ``` yaml |
| --log=FILE | log-file: FILE | | --log=FILE | log-file: FILE |
| ``` | ``` | | ``` | ``` |
+----------------------------------+-----------------------------------+ +----------------------------------+-----------------------------------+