mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-17 11:18:31 +01:00
Cli: Json output fixes
This commit is contained in:
parent
3f281cdfc2
commit
55338ccb96
@ -263,7 +263,6 @@ static int parse_config(cli_config* cfg, int argc, char** argv) {
|
||||
print_json_version();
|
||||
goto fail;
|
||||
case 'I':
|
||||
cfg->print_metaonly = 1;
|
||||
cfg->print_metajson = 1;
|
||||
break;
|
||||
#endif
|
||||
@ -796,6 +795,7 @@ static int convert_file(cli_config* cfg) {
|
||||
}
|
||||
else {
|
||||
print_json_info(vgmstream, cfg);
|
||||
printf("\n");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user