Updated Dependency to accept DependencyName as parameter
This commit is contained in:
@@ -19,4 +19,6 @@ public interface ICommandAction
|
||||
public InternalActionRunType RunType { get; }
|
||||
|
||||
public Task Execute(string[]? args);
|
||||
|
||||
public void ExecuteStartup() { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user