Custom CLI Execute a tool from a NuGet package [PathExecutable] readonly Nuke.Common.Tooling.Tool Echo; Target Foo => _ => _ .Executes(() => { Echo("arguments"); });