public static void ShouldSucceedWithNoOutput(this RunResult result) => result.ShouldSucceedWithOutput(Array.Empty <string>());