Skip to content

Conversation

outslept
Copy link

No description provided.

@@ -26,7 +26,8 @@ try {
}
}

const argv = require("minimist")(process.argv.slice(2), {
const mri = require("mri");
const argv = mri(process.argv.slice(2), {
string: [
"dir",
"input", // alias for dir
Copy link
Author

@outslept outslept Jul 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: perhaps the comment should be phrased differently as it is not an alias, but a fallback to dir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants