Update RemoveProxyCommand.cs

pull/5563/head
Yunus Emre Kalkan 5 years ago
parent 7742152bfe
commit a7f518f4dc

@ -7,5 +7,10 @@
protected override string CommandName => Name;
protected override string SchematicsCommandName => "proxy-remove";
public RemoveProxyCommand(CliService cliService)
: base(cliService)
{
}
}
}
}

Loading…
Cancel
Save