CLASS NewThemeCommand
- Namespace: SuCoS.Commands
- Source File: NewThemeCommand.cs
Check links of a given site.
Public Methods
Create
public static Task<int> Create(NewThemeOptions options, ILogger logger)
Creates and executes a new NewThemeCommand instance
Parameters:
options(NewThemeOptions): The new theme optionslogger(ILogger): The logger instance
Returns: Task<int>
- A task with the result code (0 for success, 1 for failure)
Run
public int Run()
Run the app
Returns: int