command line progress

This commit is contained in:
2018-07-23 20:17:18 +02:00
parent c60afedd6c
commit b25f147707
2 changed files with 38 additions and 1 deletions

1
main.c
View File

@@ -136,6 +136,7 @@ int main(int argc, char **argv)
if (argc >= 2) {
command_line_convert_gds(NULL, pdfname, texname, pdf, tikz, mappingname);
app_status = 0;
} else {
app_status = start_gui(argc, argv);
}