ICommandLine Interface

Summary

ICommandLine
graph BT Type["ICommandLine"] class Type type-node

Syntax

public interface ICommandLine

Attributes

Type Description
NullableContextAttribute

Properties

Name Value Summary
Application CommandLineApplication
Gets the application.

Methods

Name Value Summary
Execute(IServiceProvider, string[]) int
Executes the specified service provider.
ExecuteAsync(IServiceProvider, CancellationToken, string[]) Task<int>
Executes the specified service provider.
Parse(string[]) ICommandLineExecutor
Parses the specified arguments.

Extension Methods