Skip to content

Commit b49b17b

Browse files
authored
Update cli.ts
1 parent b9bd80f commit b49b17b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const argv = yargs(hideBin(process.argv))
2929
alias: 'f',
3030
type: 'string',
3131
description: 'The type of the file formatter',
32-
choices: ['auto', 'json', 'yaml'],
32+
choices: ['auto', 'json', 'yaml', 'markdown'],
3333
demandOption: true,
3434
default: 'auto'
3535
})
@@ -93,4 +93,4 @@ const argv = yargs(hideBin(process.argv))
9393
dst,
9494
chunk
9595
);
96-
})();
96+
})();

0 commit comments

Comments
 (0)