Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public class MyTestType2
{
public MyTestType2(int someInt)
{

}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ public class OptionWithCommand
public bool Prop { get; set; }

public Cmd Cmd { get; set; }

}

public class Option
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ public ICommandBuilder<TOption, TCommandOption> OnExecutingAsync(Func<TOption, C
return this;
}


public ICommandBuilder<TOption, TCommandOption> OnExecutingAsync(Func<TOption, TCommandOption, CancellationToken, Task> action)
{
m_executorAsync3 = action;
Expand Down