fn addRunArtifact(b: *Build, exe: *Step.Compile) *Step.Run
Creates a Step.Run with an executable built with addExecutable. Add command line arguments with methods of Step.Run.
Step.Run
addExecutable
b: *Build,
exe: *Step.Compile,