CLASS NewThemeCommand

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 options
  • logger (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