ExportCommand Class

Namespace
GitReleaseManager.Core.Commands
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["ICommand<ExportSubOptions>"] Type["ExportCommand"] class Type type-node

Syntax

public class ExportCommand : ICommand<ExportSubOptions>

Constructors

Methods

Name Value Summary
ExecuteAsync(ExportSubOptions) Task<int>
GitHub