Table of Contents

Class ConvertCommand

Namespace
MarkMyDeck.CLI.Commands
Assembly
MarkMyDeck.CLI.dll

Handles the convert command logic.

public static class ConvertCommand
Inheritance
object
ConvertCommand

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

input FileInfo
output FileInfo
verbose bool
themeName string
font string
fontSize int?
force bool
title string

Returns

Task<int>