Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/cli/snap-tests/command-helper/snap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Options:
--public-dir <dir> Alias for --copy, deprecated
--tsconfig <tsconfig> Set tsconfig path
--unbundle Unbundle mode
--root <dir> Root directory of input files
--exe Bundle as executable
-W, --workspace [dir] Enable workspace mode
-F, --filter <pattern> Filter configs (cwd or name), e.g. /pkg-name$/ or pkg-name
Expand Down
1 change: 1 addition & 0 deletions packages/cli/snap-tests/command-pack/snap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Options:
--public-dir <dir> Alias for --copy, deprecated
--tsconfig <tsconfig> Set tsconfig path
--unbundle Unbundle mode
--root <dir> Root directory of input files
--exe Bundle as executable
-W, --workspace [dir] Enable workspace mode
-F, --filter <pattern> Filter configs (cwd or name), e.g. /pkg-name$/ or pkg-name
Expand Down
1 change: 1 addition & 0 deletions packages/cli/src/pack-bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ cli
.option('--public-dir <dir>', 'Alias for --copy, deprecated')
.option('--tsconfig <tsconfig>', 'Set tsconfig path')
.option('--unbundle', 'Unbundle mode')
.option('--root <dir>', 'Root directory of input files')
.option('--exe', 'Bundle as executable')
.option('-W, --workspace [dir]', 'Enable workspace mode')
.option('-F, --filter <pattern>', 'Filter configs (cwd or name), e.g. /pkg-name$/ or pkg-name')
Expand Down
Loading