mirror of
https://github.com/yaakov-h/Shamir.git
synced 2025-07-13 22:55:15 +00:00
implement "cdn ls" via CommandLineParser
This commit is contained in:
parent
74c7070e38
commit
a4f9f13780
7 changed files with 113 additions and 8 deletions
|
@ -83,7 +83,9 @@ Commands:
|
|||
|
||||
public string Name { get; }
|
||||
public string Description { get; }
|
||||
public ValueTask<int> ExecuteAsync() => ValueTask.FromResult(0);
|
||||
|
||||
public void Initialize(ReadOnlySpan<string> args) { }
|
||||
public ValueTask<int> ExecuteAsync(IServiceProvider serviceProvider) => ValueTask.FromResult(0);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue