gappi - 2016-11-13

Hi.

Im trying to get the export from commandline feature to work but without success so far.

The strange thing is that according to source code I should get at least a usage output when entering "xca extract" from commandline but nothing happend at all.

if (QString(argv[1]) == "extract") {
        return main_extract(argc, argv);
    } 
......

if (argc != 5) {
    fprintf(stderr, "Wrong number of arguments\n");
    return usage_extract(argv);
} 

Did I miss anything obvious or is this functionality broken on Windows OS?

Thanks for your help.

 

Last edit: gappi 2016-11-13