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
varpathArg=newArgument<FileInfo>("databasePath","The path to the database generated by the 'analyze' command using --extract-references").ExistingOnly();
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).")