@kitschpatrol/repo-config 4.7.1 → 4.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -110,12 +110,12 @@ Usage:
|
|
|
110
110
|
repo-config [<file|glob> ...]
|
|
111
111
|
```
|
|
112
112
|
|
|
113
|
-
| Option
|
|
114
|
-
|
|
|
115
|
-
| `--init` |
|
|
116
|
-
| `--print-config` |
|
|
117
|
-
| `--help` |
|
|
118
|
-
| `--version` |
|
|
113
|
+
| Option | Argument | Description |
|
|
114
|
+
| ------------------------ | -------- | ---------------------------------------------------------------- |
|
|
115
|
+
| `--init`<br>`-i` | | Initialize by copying starter config files to your project root. |
|
|
116
|
+
| `--print-config`<br>`-p` | `<path>` | Print the effective configuration at a certain path. |
|
|
117
|
+
| `--help`<br>`-h` | | Print this help info. |
|
|
118
|
+
| `--version`<br>`-v` | | Print the package version. |
|
|
119
119
|
|
|
120
120
|
<!-- /cli-help -->
|
|
121
121
|
|