File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
2222
2323### Changed ("refactor", "chore" etc.)
2424
25+ * args.py: add ` --verbose ` parameter
2526* dmidecode.py: collapse near-duplicate data in an admin-friendly way
2627
2728
Original file line number Diff line number Diff line change 1212"""
1313
1414__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
15- __version__ = '2025042002 '
15+ __version__ = '2025090901 '
1616
1717
1818HELP_TEXTS = {
2525 '`(?: ... )*` is a non-capturing group that matches any sequence of characters '
2626 'that satisfy the condition inside it, zero or more times.'
2727 ),
28+ '--verbose' : (
29+ 'Makes this plugin verbose during the operation. Useful for debugging and seeing '
30+ 'what\' s going on under the hood.'
31+ ),
2832}
2933
3034# Predefined sets for checking units and methods
You can’t perform that action at this time.
0 commit comments