PowerArgs.Cli.KeyHandler.Handle C# (CSharp) Method

Handle() public method

Calls the handler action code
public Handle ( RichCommandLineContext context ) : void
context RichCommandLineContext context from the parent reader
return void
        public void Handle(RichCommandLineContext context)
        {
            Handler(context);
        }