artifact: PrefixedArtifactlazy_path: PrefixedLazyPathdirectory_source: PrefixedLazyPathbytes: []u8output_file: *Outputoutput_directory: *Outputpub const Arg = union(enum) {
artifact: PrefixedArtifact,
lazy_path: PrefixedLazyPath,
directory_source: PrefixedLazyPath,
bytes: []u8,
output_file: *Output,
output_directory: *Output,
}