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 cb075d7 commit efe6285Copy full SHA for efe6285
src/cli.ts
@@ -40,7 +40,7 @@ const main = defineCommand({
40
time,
41
} = await automd({
42
dir: args.dir,
43
- input: args.input,
+ input: args.input?.split(",").map((i) => i.trim()),
44
output: args.output,
45
watch: args.watch,
46
onWatch: (event) => {
0 commit comments