You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vartOpt=newOption<string>(aliases:new[]{"--object-type","-t"},description:"Optional object type when searching by name");
varaOpt=newOption<bool>(aliases:new[]{"--find-all","-a"},description:"Find all reference chains originating from the same asset (instead of only one), can be very slow");
varfindRefsCommand=newCommand("find-refs","Find reference chains to specified object(s).")
varpathArg=newArgument<FileInfo>("filename","The path of the archive file").ExistingOnly();
varoOpt=newOption<DirectoryInfo>(aliases:new[]{"--output-path","-o"},description:"Output directory of the extracted archive",getDefaultValue:()=>newDirectoryInfo("archive"));
varextractArchiveCommand=newCommand("extract","Extract an AssetBundle or .data file.")