Cleanup commands, prepare for features

This commit is contained in:
Christopher Vagnetoft
2026-08-26 00:54:59 +02:00
parent c30c04d1f9
commit 90f5af1c6b
10 changed files with 101 additions and 35 deletions
+1
View File
@@ -13,6 +13,7 @@ class CommandProvider implements CommandProviderCapability
new Command\PackageLoginCommand(),
new Command\PackagePublishCommand(),
new Command\PackageUnpublishCommand(),
new Command\PackageListCommand(),
];
}
}