ICommandLineManager Interface

Definition

Represents a command line manager.

public interface ICommandLineManager
type ICommandLineManager = interface
Public Interface ICommandLineManager

Methods

Name Description
AddProvider(Func<ICommandLineOptionsProvider>)

Adds a command line options provider.

AddProvider(Func<IServiceProvider,ICommandLineOptionsProvider>)

Adds a command line options provider.

Applies to