Skip to content

Commit de9f20c

Browse files
committed
add rs flag to boolean cli options
1 parent c709153 commit de9f20c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/ts-node-dev

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ var opts = minimist(devArgs, {
3636
'skip-project',
3737
'skip-ignore',
3838
'compiler-host',
39-
'script-mode'
39+
'script-mode',
40+
'rs'
4041
],
4142
string: [
4243
'compile-timeout',

0 commit comments

Comments
 (0)