PublishCommand Class

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

Syntax

public class PublishCommand : ICommand<PublishSubOptions>

Constructors

Methods

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