C# Class PowerArgs.Cli.BackspaceAndDeleteKeysHandler

Inheritance: IKeyHandler
Show file Open project: adamabdelhamed/PowerArgs

Public Methods

Method Description
Handle ( RichCommandLineContext context ) : void

Private Methods

Method Description
HandleBackspace ( RichCommandLineContext context ) : void
HandleDelete ( RichCommandLineContext context ) : void

Method Details

Handle() public method

public Handle ( RichCommandLineContext context ) : void
context RichCommandLineContext
return void