CreateCommand Class

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

Syntax

public class CreateCommand : ICommand<CreateSubOptions>

Constructors

Methods

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