WIP
This commit is contained in:
parent
5bde395bb2
commit
32bbdec028
2
main.c
2
main.c
@ -184,7 +184,7 @@ int main(int argc, char *argv[]) {
|
|||||||
bool markup = false;
|
bool markup = false;
|
||||||
|
|
||||||
char opt = 0;
|
char opt = 0;
|
||||||
while ((opt = getopt(argc, argv, "p")) != -1) {
|
while ((opt = getopt(argc, argv, "pm")) != -1) {
|
||||||
switch (opt) {
|
switch (opt) {
|
||||||
case 'p':
|
case 'p':
|
||||||
pretty_print = true;
|
pretty_print = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user