From 023b950298d80293cdbb66d94f280d436f812d5f Mon Sep 17 00:00:00 2001 From: David Herman Date: Sun, 24 Mar 2024 08:56:05 -0700 Subject: [PATCH] npm run dist && npm i --- dist/cli/index.js | 1 - src/cli/src/commands/dist.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/dist/cli/index.js b/dist/cli/index.js index de443ac4..cab07478 100755 --- a/dist/cli/index.js +++ b/dist/cli/index.js @@ -40355,7 +40355,6 @@ class Dist { summary: 'Mounted path of target directory in virtual filesystem. This is used to map paths from the log data back to their real paths, needed when tools such as cross-rs report messages from within a mounted Docker filesystem.' }, { name: '--manifest-path ', summary: 'Real path to Cargo.toml. (Default: cargo behavior)' }, - // { name: '-o, --out ', summary: 'Copy output to file . (Default: $NEON_DIST_OUTPUT or index.node)' }, { name: '-p, --platform ', summary: 'Stage output file for caching to platform . (Default: $NEON_BUILD_PLATFORM or -d)' }, { name: '-d, --debug', summary: 'Generate output file for debugging (./index.node)' }, { name: '-v, --verbose', summary: 'Enable verbose logging. (Default: false)' } diff --git a/src/cli/src/commands/dist.ts b/src/cli/src/commands/dist.ts index 82ca7987..01436ffe 100644 --- a/src/cli/src/commands/dist.ts +++ b/src/cli/src/commands/dist.ts @@ -86,7 +86,6 @@ export default class Dist implements Command { summary: 'Mounted path of target directory in virtual filesystem. This is used to map paths from the log data back to their real paths, needed when tools such as cross-rs report messages from within a mounted Docker filesystem.' }, { name: '--manifest-path ', summary: 'Real path to Cargo.toml. (Default: cargo behavior)' }, - // { name: '-o, --out ', summary: 'Copy output to file . (Default: $NEON_DIST_OUTPUT or index.node)' }, { name: '-p, --platform ', summary: 'Stage output file for caching to platform . (Default: $NEON_BUILD_PLATFORM or -d)' }, { name: '-d, --debug', summary: 'Generate output file for debugging (./index.node)' }, { name: '-v, --verbose', summary: 'Enable verbose logging. (Default: false)' }