@osdk/create-app 0.14.0-main-20240503113403 → 0.14.0-main-20240503154621
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/build/js/index.browser.mjs +1 -1
- package/build/js/index.cjs +1 -1
- package/build/js/index.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -449,7 +449,7 @@ async function run({
|
|
|
449
449
|
|
|
450
450
|
// src/cli.ts
|
|
451
451
|
async function cli(args = process.argv) {
|
|
452
|
-
const base = yargs(hideBin(args)).version("0.14.0-main-
|
|
452
|
+
const base = yargs(hideBin(args)).version("0.14.0-main-20240503154621").wrap(Math.min(150, yargs().terminalWidth())).strict().help().command("$0 [project] [--<option>]", "Create a new OSDK application based on framework templates. Information may be provided through options to skip interactive prompts.", (yargs2) => yargs2.positional("project", {
|
|
453
453
|
type: "string",
|
|
454
454
|
describe: "Project name to create"
|
|
455
455
|
}).option("overwrite", {
|
package/build/js/index.cjs
CHANGED
|
@@ -459,7 +459,7 @@ async function run({
|
|
|
459
459
|
|
|
460
460
|
// src/cli.ts
|
|
461
461
|
async function cli(args = process.argv) {
|
|
462
|
-
const base = yargs__default.default(helpers.hideBin(args)).version("0.14.0-main-
|
|
462
|
+
const base = yargs__default.default(helpers.hideBin(args)).version("0.14.0-main-20240503154621").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().command("$0 [project] [--<option>]", "Create a new OSDK application based on framework templates. Information may be provided through options to skip interactive prompts.", (yargs2) => yargs2.positional("project", {
|
|
463
463
|
type: "string",
|
|
464
464
|
describe: "Project name to create"
|
|
465
465
|
}).option("overwrite", {
|
package/build/js/index.mjs
CHANGED
|
@@ -449,7 +449,7 @@ async function run({
|
|
|
449
449
|
|
|
450
450
|
// src/cli.ts
|
|
451
451
|
async function cli(args = process.argv) {
|
|
452
|
-
const base = yargs(hideBin(args)).version("0.14.0-main-
|
|
452
|
+
const base = yargs(hideBin(args)).version("0.14.0-main-20240503154621").wrap(Math.min(150, yargs().terminalWidth())).strict().help().command("$0 [project] [--<option>]", "Create a new OSDK application based on framework templates. Information may be provided through options to skip interactive prompts.", (yargs2) => yargs2.positional("project", {
|
|
453
453
|
type: "string",
|
|
454
454
|
describe: "Project name to create"
|
|
455
455
|
}).option("overwrite", {
|