Start pluggy-based plugin system

This commit is contained in:
James R. Barlow
2020-05-01 02:15:23 -07:00
parent 016dfd420c
commit 82bce463ae
8 changed files with 130 additions and 16 deletions
+6
View File
@@ -480,6 +480,12 @@ advanced.add_argument(
"which do not benefit. If the threshold is 0 it will be apply to all files. "
"Set the threshold very high to disable.",
)
advanced.add_argument(
'--plugins',
action='append',
default=[],
help="Path to a folder than contains plugins.",
)
debugging = parser.add_argument_group(
"Debugging", "Arguments to help with troubleshooting and debugging"