Verify the number of arguments for ultimate commands

This commit is contained in:
Sander Declerck 2026-02-02 15:28:44 +01:00
parent 78e4a43916
commit e01b06b238
No known key found for this signature in database
2 changed files with 35 additions and 4 deletions

View file

@ -21,8 +21,6 @@ export async function uninstallUltimate() {
}
export async function installUltimate() {
initializeCliArguments(process.argv);
const operatingSystem = platform();
if (operatingSystem === "win32") {