mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 22:12:53 +01:00
20 lines
441 B
Markdown
20 lines
441 B
Markdown
# pwsh-app-specific-configuration
|
|
|
|
```
|
|
Generate common app-specific configurations and fixes in a PowerShell script
|
|
|
|
Usage: komorebic.exe pwsh-app-specific-configuration <PATH> [OVERRIDE_PATH]
|
|
|
|
Arguments:
|
|
<PATH>
|
|
YAML file from which the application-specific configurations should be loaded
|
|
|
|
[OVERRIDE_PATH]
|
|
Optional YAML file of overrides to apply over the first file
|
|
|
|
Options:
|
|
-h, --help
|
|
Print help
|
|
|
|
```
|