Skip to content

Commit 5f79c64

Browse files
srsaggamDmitry-A
authored andcommitted
removed dummy command (dotnet#195)
1 parent f66ef1f commit 5f79c64

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mlnet/Commands/CommandDefinitions.cs

-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ internal static System.CommandLine.Command New(ICommandHandler handler)
3232
HasHeader(),
3333
};
3434

35-
var list = new System.CommandLine.Command("--list-ml-tasks", argument: new Argument<string>().FromAmong("a", "b", "c"));
36-
37-
newCommand.Add(list);
38-
3935
newCommand.Argument.AddValidator((sym) =>
4036
{
4137
if (sym.Children["--dataset"] == null)

0 commit comments

Comments
 (0)