Skip to content

Commit

Permalink
jackspeak@3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed May 21, 2024
1 parent ea4734f commit 1efe27c
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 10 deletions.
65 changes: 60 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"dependencies": {
"foreground-child": "^3.1.0",
"jackspeak": "^2.3.6",
"jackspeak": "^3.1.2",
"minimatch": "^9.0.1",
"minipass": "^7.0.4",
"path-scurry": "^1.11.0"
Expand Down
5 changes: 2 additions & 3 deletions src/bin.mts
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,7 @@ const j = jack({
description: `Defaults to the value of 'process.platform' if
available, or 'linux' if not. Setting --platform=win32
on non-Windows systems may cause strange behavior!`,
validate: v =>
new Set([
validOptions: [
'aix',
'android',
'darwin',
Expand All @@ -214,7 +213,7 @@ const j = jack({
'win32',
'cygwin',
'netbsd',
]).has(v),
]
},
})
.optList({
Expand Down
7 changes: 6 additions & 1 deletion tap-snapshots/test/bin.ts.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,13 @@ Object {
available, or 'linux' if not. Setting --platform=win32
on non-Windows systems may cause strange behavior!
Valid options: "aix", "android", "darwin", "freebsd",
"haiku", "linux", "openbsd", "sunos", "win32",
"cygwin", "netbsd"
-i<ignore> --ignore=<ignore>
Glob patterns to ignore Can be set multiple times
Glob patterns to ignore
Can be set multiple times
-v --debug Output a huge amount of noisy debug information about
patterns as they are parsed and used to match files.
Expand Down

0 comments on commit 1efe27c

Please sign in to comment.