mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-07 23:05:15 -04:00
Allowing tasks to take parameters
This commit is contained in:
@@ -12,6 +12,6 @@ namespace Kyoo.Models
|
||||
public string HelpMessage { get; }
|
||||
public bool RunOnStartup { get; }
|
||||
public int Priority { get; }
|
||||
public Task Run(IServiceProvider serviceProvider, CancellationToken cancellationToken);
|
||||
public Task Run(IServiceProvider serviceProvider, CancellationToken cancellationToken, string arguments = null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user