We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f82a38 commit d52d6efCopy full SHA for d52d6ef
examples/black-flag/builder/commands/array.js
@@ -25,7 +25,7 @@ export default function command() {
25
default: ['nothing'],
26
defaultDescription: 'the string "nothing"',
27
coerce(args) {
28
- return args.map((arg) => {
+ return args.map((/** @type {unknown} */ arg) => {
29
switch (arg) {
30
case 'one': {
31
return 1;
0 commit comments