@hypermode/modus-cli
Advanced tools
Comparing version 0.13.0-test.4 to 0.13.0-test5
@@ -29,3 +29,6 @@ /* | ||
static flags = { | ||
nologo: Flags.boolean({ hidden: true }), | ||
nologo: Flags.boolean({ | ||
aliases: ["no-logo"], | ||
hidden: true, | ||
}), | ||
}; | ||
@@ -32,0 +35,0 @@ static description = "Build a Modus app"; |
@@ -30,3 +30,6 @@ /* | ||
static flags = { | ||
nologo: Flags.boolean({ hidden: true }), | ||
nologo: Flags.boolean({ | ||
aliases: ["no-logo"], | ||
hidden: true, | ||
}), | ||
runtime: Flags.string({ | ||
@@ -132,3 +135,3 @@ char: "r", | ||
const runtimePath = path.join(vi.getRuntimePath(runtimeVersion), "modus_runtime" + ext); | ||
await BuildCommand.run([appPath, "--nologo"]); | ||
await BuildCommand.run([appPath, "--no-logo"]); | ||
spawn(runtimePath, ["-appPath", path.join(appPath, "build")], { | ||
@@ -159,3 +162,3 @@ stdio: "inherit", | ||
this.log(); | ||
await BuildCommand.run([appPath, "--nologo"]); | ||
await BuildCommand.run([appPath, "--no-logo"]); | ||
} | ||
@@ -162,0 +165,0 @@ catch { } |
@@ -26,3 +26,6 @@ /* | ||
static flags = { | ||
nologo: Flags.boolean({ hidden: true }), | ||
nologo: Flags.boolean({ | ||
aliases: ["no-logo"], | ||
hidden: true, | ||
}), | ||
name: Flags.string({ | ||
@@ -196,3 +199,3 @@ char: "n", | ||
if (updateSDK) { | ||
await SDKInstallCommand.run([sdk, latestVersion]); | ||
await SDKInstallCommand.run([sdk, latestVersion, "--no-logo"]); | ||
installedSdkVersion = latestVersion; | ||
@@ -199,0 +202,0 @@ } |
@@ -26,3 +26,6 @@ /* | ||
static flags = { | ||
nologo: Flags.boolean({ hidden: true }), | ||
nologo: Flags.boolean({ | ||
aliases: ["no-logo"], | ||
hidden: true, | ||
}), | ||
force: Flags.boolean({ | ||
@@ -29,0 +32,0 @@ char: "f", |
@@ -18,3 +18,6 @@ /* | ||
static flags = { | ||
nologo: Flags.boolean({ hidden: true }), | ||
nologo: Flags.boolean({ | ||
aliases: ["no-logo"], | ||
hidden: true, | ||
}), | ||
}; | ||
@@ -21,0 +24,0 @@ async run() { |
@@ -32,3 +32,6 @@ /* | ||
static flags = { | ||
nologo: Flags.boolean({ hidden: true }), | ||
nologo: Flags.boolean({ | ||
aliases: ["no-logo"], | ||
hidden: true, | ||
}), | ||
force: Flags.boolean({ | ||
@@ -35,0 +38,0 @@ char: "f", |
@@ -19,3 +19,6 @@ /* | ||
static flags = { | ||
nologo: Flags.boolean({ hidden: true }), | ||
nologo: Flags.boolean({ | ||
aliases: ["no-logo"], | ||
hidden: true, | ||
}), | ||
}; | ||
@@ -22,0 +25,0 @@ async run() { |
@@ -18,2 +18,5 @@ { | ||
"nologo": { | ||
"aliases": [ | ||
"no-logo" | ||
], | ||
"hidden": true, | ||
@@ -58,2 +61,5 @@ "name": "nologo", | ||
"nologo": { | ||
"aliases": [ | ||
"no-logo" | ||
], | ||
"hidden": true, | ||
@@ -128,2 +134,5 @@ "name": "nologo", | ||
"nologo": { | ||
"aliases": [ | ||
"no-logo" | ||
], | ||
"hidden": true, | ||
@@ -220,2 +229,5 @@ "name": "nologo", | ||
"nologo": { | ||
"aliases": [ | ||
"no-logo" | ||
], | ||
"hidden": true, | ||
@@ -270,2 +282,5 @@ "name": "nologo", | ||
"nologo": { | ||
"aliases": [ | ||
"no-logo" | ||
], | ||
"hidden": true, | ||
@@ -357,2 +372,5 @@ "name": "nologo", | ||
"nologo": { | ||
"aliases": [ | ||
"no-logo" | ||
], | ||
"hidden": true, | ||
@@ -407,2 +425,5 @@ "name": "nologo", | ||
"nologo": { | ||
"aliases": [ | ||
"no-logo" | ||
], | ||
"hidden": true, | ||
@@ -484,3 +505,3 @@ "name": "nologo", | ||
}, | ||
"version": "0.13.0-test.4" | ||
"version": "0.13.0-test5" | ||
} |
{ | ||
"name": "@hypermode/modus-cli", | ||
"version": "0.13.0-test.4", | ||
"version": "0.13.0-test5", | ||
"description": "The Modus CLI", | ||
@@ -5,0 +5,0 @@ "author": "Hypermode Inc.", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
198901
2802