Skip to content

Commit bba1d38

Browse files
committed
fix: remove unused 'open' argument from parseArgs function
1 parent a8b074f commit bba1d38

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ function parseArgs() {
3636
}
3737

3838
return {
39-
output: args.output || process.env.MARKMAP_DIR,
40-
open: args.open || false
39+
output: args.output || process.env.MARKMAP_DIR
4140
};
4241
}
4342

0 commit comments

Comments
 (0)