Skip to content

Commit ee24f86

Browse files
Add Ps() back into the interface
In case anyone was using it.
1 parent f69d263 commit ee24f86

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

DockerComposeFixture/Compose/IDockerCompose.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ public interface IDockerCompose
88
{
99
void Init(string dockerComposeArgs, string dockerComposeUpArgs, string dockerComposeDownArgs);
1010
void Down();
11+
IEnumerable<string> Ps();
1112
IEnumerable<string> PsWithJsonFormat();
1213
Task Up();
1314
int PauseMs { get; }
1415
ILogger[] Logger { get; }
1516
}
16-
}
17+
}

0 commit comments

Comments
 (0)