@@ -40,18 +40,18 @@ const char *FONTS[] = {
4040};
4141
4242static struct option OPTIONS[] = {
43- {" help" , no_argument, NULL , ' h' },
44- {" verbose" , no_argument, NULL , ' v' },
45- {" keywords" , no_argument, NULL , ' k' },
46- {" command" , optional_argument, NULL , ' c' },
47- {" font" , optional_argument, NULL , ' f' },
48- {" run" , optional_argument, NULL , ' r' },
49- {" run-live" , optional_argument, NULL , ' x' },
50- {" run-n-wait" ,optional_argument, NULL , ' n' },
51- {" module" , optional_argument, NULL , ' m' },
52- {" edit" , optional_argument, NULL , ' e' },
53- {" debug" , optional_argument, NULL , ' d' },
54- {" debugPort" , optional_argument, NULL , ' p' },
43+ {" help" , no_argument, NULL , ' h' },
44+ {" verbose" , no_argument, NULL , ' v' },
45+ {" keywords" , no_argument, NULL , ' k' },
46+ {" command" , optional_argument, NULL , ' c' },
47+ {" font" , optional_argument, NULL , ' f' },
48+ {" run" , optional_argument, NULL , ' r' },
49+ {" run-live" , optional_argument, NULL , ' x' },
50+ {" run-n-wait" , optional_argument, NULL , ' n' },
51+ {" module-path " , optional_argument, NULL , ' m' },
52+ {" edit" , optional_argument, NULL , ' e' },
53+ {" debug" , optional_argument, NULL , ' d' },
54+ {" debugPort" , optional_argument, NULL , ' p' },
5555 {0 , 0 , 0 , 0 }
5656};
5757
0 commit comments