We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b074f commit bba1d38Copy full SHA for bba1d38
1 file changed
src/index.ts
@@ -36,8 +36,7 @@ function parseArgs() {
36
}
37
38
return {
39
- output: args.output || process.env.MARKMAP_DIR,
40
- open: args.open || false
+ output: args.output || process.env.MARKMAP_DIR
41
};
42
43
0 commit comments