mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Verify the number of arguments for ultimate commands
This commit is contained in:
parent
b96bbc91a4
commit
e9ed6063c3
2 changed files with 35 additions and 4 deletions
|
|
@ -21,8 +21,6 @@ export async function uninstallUltimate() {
|
|||
}
|
||||
|
||||
export async function installUltimate() {
|
||||
initializeCliArguments(process.argv);
|
||||
|
||||
const operatingSystem = platform();
|
||||
|
||||
if (operatingSystem === "win32") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue