| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -248,7 +248,7 @@ The valid arguments for the `--allow-fs-read` flag are: | |||
| 248 | 248 | ||
| 249 | 249 | * `*` - To allow all `FileSystemRead` operations. | |
| 250 | 250 | * Multiple paths can be allowed using multiple `--allow-fs-read` flags. | |
| 251 | - Example `--allow-fs-read=/folder1/ --allow-fs-read=/folder1/` | ||
| 251 | + Example `--allow-fs-read=/folder1/ --allow-fs-read=/folder2/` | ||
| 252 | 252 | ||
| 253 | 253 | Examples can be found in the [File System Permissions][] documentation. | |
| 254 | 254 | ||
@@ -290,7 +290,7 @@ The valid arguments for the `--allow-fs-write` flag are: | |||
| 290 | 290 | ||
| 291 | 291 | * `*` - To allow all `FileSystemWrite` operations. | |
| 292 | 292 | * Multiple paths can be allowed using multiple `--allow-fs-write` flags. | |
| 293 | - Example `--allow-fs-write=/folder1/ --allow-fs-write=/folder1/` | ||
| 293 | + Example `--allow-fs-write=/folder1/ --allow-fs-write=/folder2/` | ||
| 294 | 294 | ||
| 295 | 295 | Paths delimited by comma (`,`) are no longer allowed. | |
| 296 | 296 | When passing a single flag with a comma a warning will be displayed. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments