We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be3742 commit 34e0ea3Copy full SHA for 34e0ea3
src/Commands/Bisect.cs
@@ -6,6 +6,7 @@ public Bisect(string repo, string subcmd)
6
{
7
WorkingDirectory = repo;
8
Context = repo;
9
+ RaiseError = false;
10
Args = $"bisect {subcmd}";
11
}
12
0 commit comments