@osdk/create-app 0.15.0-main-20240507103429 → 0.15.0-main-20240509144740
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
|
@@ -451,7 +451,7 @@ async function run({
|
|
|
451
451
|
|
|
452
452
|
// src/cli.ts
|
|
453
453
|
async function cli(args = process.argv) {
|
|
454
|
-
const base = yargs(hideBin(args)).version("0.15.0-main-
|
|
454
|
+
const base = yargs(hideBin(args)).version("0.15.0-main-20240509144740").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", {
|
|
455
455
|
type: "string",
|
|
456
456
|
describe: "Project name to create"
|
|
457
457
|
}).option("overwrite", {
|
package/build/js/index.cjs
CHANGED
|
@@ -461,7 +461,7 @@ async function run({
|
|
|
461
461
|
|
|
462
462
|
// src/cli.ts
|
|
463
463
|
async function cli(args = process.argv) {
|
|
464
|
-
const base = yargs__default.default(helpers.hideBin(args)).version("0.15.0-main-
|
|
464
|
+
const base = yargs__default.default(helpers.hideBin(args)).version("0.15.0-main-20240509144740").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", {
|
|
465
465
|
type: "string",
|
|
466
466
|
describe: "Project name to create"
|
|
467
467
|
}).option("overwrite", {
|
package/build/js/index.mjs
CHANGED
|
@@ -451,7 +451,7 @@ async function run({
|
|
|
451
451
|
|
|
452
452
|
// src/cli.ts
|
|
453
453
|
async function cli(args = process.argv) {
|
|
454
|
-
const base = yargs(hideBin(args)).version("0.15.0-main-
|
|
454
|
+
const base = yargs(hideBin(args)).version("0.15.0-main-20240509144740").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", {
|
|
455
455
|
type: "string",
|
|
456
456
|
describe: "Project name to create"
|
|
457
457
|
}).option("overwrite", {
|