You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELIST.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# pluginval Change List
2
2
3
3
### 2.0.0
4
+
- Restructured the command line into subcommands: `pluginval validate [options] <plugin>` (the default), `pluginval run-tests` and `pluginval strictness-help [level]`. The plugin path is now a positional argument of `validate`
5
+
-**Deprecated:** the flat flags `--validate <plugin>`, `--run-tests` and `--strictness-help [level]` still work as aliases (with a one-line notice) but will be removed in a future version. `pluginval <plugin>` remains a silent shorthand for `validate`
4
6
- Replaced the hand-rolled command-line parser with CLI11 and a single JSON-based settings pipeline
5
7
- Added `--config <file.json>` to load settings from JSON (repeatable; later files win per key)
6
8
- Settings precedence is now (lowest to highest): defaults, environment variables, `--config`, command-line options
0 commit comments