We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5160b84 commit e8472c5Copy full SHA for e8472c5
src/Program.ts
@@ -56,7 +56,7 @@ try {
56
57
// Check the requirements.
58
if (!positionals.length) {
59
- console.error("You must provide the path to the input directory.");
+ console.error("You must provide the path to the input file or directory.");
60
exit(400);
61
}
62
0 commit comments