C# Class PowerArgs.Cli.TabKeyHandler

The built in tab key handler
Inheritance: IKeyHandler
Show file Open project: adamabdelhamed/PowerArgs Class Usage Examples

Public Methods

Method Description
Handle ( RichCommandLineContext context ) : void

Handles the tab key by calling all registered tab completion handlers.

TabKeyHandler ( ) : System

Creates a new tab key handler.

Method Details

Handle() public method

Handles the tab key by calling all registered tab completion handlers.
public Handle ( RichCommandLineContext context ) : void
context RichCommandLineContext Context that can be used to inspect the current command line to perform tab completion
return void

TabKeyHandler() public method

Creates a new tab key handler.
public TabKeyHandler ( ) : System
return System