Remove the CreateArgs() method that is not used by the base class.

This commit is contained in:
real-zony
2021-05-30 21:26:14 +08:00
parent 79e1a0d300
commit baf6b445bb
5 changed files with 3 additions and 19 deletions

View File

@@ -7,8 +7,6 @@ namespace ZonyLrcTools.Cli.Commands
[HelpOption("--help|-h", Description = "欢迎使用 ZonyLrcToolsX Command Line Interface。")]
public abstract class ToolCommandBase
{
public abstract List<string> CreateArgs();
protected virtual Task<int> OnExecuteAsync(CommandLineApplication app)
{
return Task.FromResult(0);