[CLI] Add more info to the "Info" mode

This commit is contained in:
VaDiM
2025-09-01 23:18:37 +03:00
parent 355c99c034
commit 1d65096001
2 changed files with 10 additions and 4 deletions

View File

@ -647,6 +647,7 @@ namespace AssetStudioCLI.Options
break;
case "info":
o_workMode.Value = WorkMode.Info;
o_exportAssetTypes.Value.Add(ClassIDType.Animator);
break;
case "l2d":
case "live2d":