fn addWatchInputPath(step: *Step, maker: *Maker, path: Path) Allocator.Error!void
fn addWatchInputPath(step: *Step, maker: *Maker, path: Path) Allocator.Error!void { return addWatchInputFromPath(step, maker, .{ .root_dir = path.root_dir, .sub_path = Dir.path.dirname(path.sub_path) orelse "", }, Dir.path.basename(path.sub_path)); }