Skip to content

Commit 32a44a3

Browse files
neonichustevapple
andauthored
Update Documentation/Plugins.md
Co-authored-by: YR Chen <[email protected]>
1 parent dcf0a19 commit 32a44a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To list the plugins that are available within the context of a package, use the
6767
❯ swift package plugin --list
6868
```
6969

70-
Command plugins that need to write to the file system will cause SwiftPM to ask the user for approval if `swift package` is invoked from a console, or deny the request if it is not. Passing the `--allow-writing-to-package-directory` flag to the `swift package` invocation will allow the request without questions — this is particularly useful in a Continuous Integration environment. Similarly, the `--allowNetworkConnections` flag can be used to allow network connections without showing a prompt.
70+
Command plugins that need to write to the file system will cause SwiftPM to ask the user for approval if `swift package` is invoked from a console, or deny the request if it is not. Passing the `--allow-writing-to-package-directory` flag to the `swift package` invocation will allow the request without questions — this is particularly useful in a Continuous Integration environment. Similarly, the `--allow-network-connections` flag can be used to allow network connections without showing a prompt.
7171

7272
## Writing a Plugin
7373

0 commit comments

Comments
 (0)