1 write to TagHelperManifest
rzc (1)
DiscoverCommand.cs (1)
22TagHelperManifest = Option("-o", "output file", CommandOptionType.SingleValue);
3 references to TagHelperManifest
rzc (3)
DiscoverCommand.cs (3)
46if (string.IsNullOrEmpty(TagHelperManifest.Value())) 48Error.WriteLine($"{TagHelperManifest.Description} must be specified."); 152outputFilePath: TagHelperManifest.Value(),