pmb: Migrate pkgrel_bump to Command + pmb.commands: Migrate if ... else chain to match
Compare changes
Files
4- Newbyte authored
Also remove args from functions that don't actually need it to faciliate this. This does not attempt to fix any of the bugs with pkgrel_bump.
+ 3
− 1
@@ -15,6 +15,7 @@ from .index import Index
@@ -32,7 +33,6 @@ unmigrated_commands = [
@@ -74,6 +74,8 @@ def run_command(args: PmbArgs):