Class ConvertCommand
- Namespace
- MarkMyDeck.CLI.Commands
- Assembly
- MarkMyDeck.CLI.dll
Handles the convert command logic.
public static class ConvertCommand
- Inheritance
-
objectConvertCommand
Methods
ExecuteAsync(FileInfo, FileInfo?, bool, string, string?, int?, bool, string?)
public static Task<int> ExecuteAsync(FileInfo input, FileInfo? output, bool verbose, string themeName, string? font, int? fontSize, bool force, string? title)
Parameters
inputFileInfooutputFileInfoverboseboolthemeNamestringfontstringfontSizeint?forcebooltitlestring
Returns
- Task<int>