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.

Parameters

b: *Build,
exe: *Step.Compile,