feat: Renames some options, adds a require-configuration option that fails if configuration is not found.
All checks were successful
CI / Ubuntu (push) Successful in 2m19s
All checks were successful
CI / Ubuntu (push) Successful in 2m19s
This commit is contained in:
@@ -37,7 +37,7 @@ to come after the plugin name.
|
||||
|
||||
| Option | Description |
|
||||
| ---------- | --------------------------------------------------------------------- |
|
||||
| --dry-run | Do not write to any files, but describe where values would be written |
|
||||
| --print | Do not write to any files, but describe where values would be written |
|
||||
| --filename | Override the file name to be written in the target directory |
|
||||
| --verbose | Increase the logging output |
|
||||
|
||||
@@ -47,7 +47,7 @@ to come after the plugin name.
|
||||
swift package \
|
||||
--allow-writing-to-package-directory \
|
||||
generate-version \
|
||||
--dry-run \
|
||||
--print \
|
||||
--verbose \
|
||||
<target>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user