Table of Contents

Class CressCliApplication

Namespace
Cress.Cli
Assembly
cress.dll
public sealed class CressCliApplication
Inheritance
CressCliApplication
Inherited Members

Constructors

CressCliApplication(IServiceProvider, IEnumerable<ICressCliCommand>)

public CressCliApplication(IServiceProvider services, IEnumerable<ICressCliCommand> commands)

Parameters

services IServiceProvider
commands IEnumerable<ICressCliCommand>

Methods

CreateRootCommand()

public RootCommand CreateRootCommand()

Returns

RootCommand

InvokeAsync(string[])

public Task<int> InvokeAsync(string[] args)

Parameters

args string[]

Returns

Task<int>