| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -214,7 +214,7 @@ The valid arguments for the `--allow-fs-read` flag are: | |||
| 214 | 214 | ||
| 215 | 215 | * `*` - To allow all `FileSystemRead` operations. | |
| 216 | 216 | * Multiple paths can be allowed using multiple `--allow-fs-read` flags. | |
| 217 | - Example `--allow-fs-read=/folder1/ --allow-fs-read=/folder1/` | ||
| 217 | + Example `--allow-fs-read=/folder1/ --allow-fs-read=/folder2/` | ||
| 218 | 218 | ||
| 219 | 219 | Examples can be found in the [File System Permissions][] documentation. | |
| 220 | 220 | ||
@@ -256,7 +256,7 @@ The valid arguments for the `--allow-fs-write` flag are: | |||
| 256 | 256 | ||
| 257 | 257 | * `*` - To allow all `FileSystemWrite` operations. | |
| 258 | 258 | * Multiple paths can be allowed using multiple `--allow-fs-write` flags. | |
| 259 | - Example `--allow-fs-write=/folder1/ --allow-fs-write=/folder1/` | ||
| 259 | + Example `--allow-fs-write=/folder1/ --allow-fs-write=/folder2/` | ||
| 260 | 260 | ||
| 261 | 261 | Paths delimited by comma (`,`) are no longer allowed. | |
| 262 | 262 | When passing a single flag with a comma a warning will be displayed. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments