프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddToHistory | void | ||
LoadHistory | List |
메소드 | 설명 | |
---|---|---|
BeforeParse ( PowerArgs.ArgHook context ) : void |
Before PowerArgs parses the args, this hook inspects the command line for the indicator and if found takes over the command line and provides tab completion.
|
|
ClearHistory ( ) : void |
Clears all history saved on disk
|
|
TabCompletion ( |
Creates a new tab completion hook given a custom tab completion implementation.
|
|
TabCompletion ( string indicator = "" ) : System |
Creates a new tab completion hook.
|
메소드 | 설명 | |
---|---|---|
AddToHistory ( string item ) : void | ||
LoadHistory ( ) : List |
public BeforeParse ( PowerArgs.ArgHook context ) : void | ||
context | PowerArgs.ArgHook | The context used to inspect the command line arguments. |
리턴 | void |
public TabCompletion ( |
||
completionSource | A type that implements ITabCompletionSource such as SimpleTabCompletionSource | |
indicator | string | When this indicator is the only argument the user specifies that triggers the hook to enhance the command prompt. By default, the indicator is the empty string. |
리턴 | System |
public TabCompletion ( string indicator = "" ) : System | ||
indicator | string | When this indicator is the only argument the user specifies that triggers the hook to enhance the command prompt. By default, the indicator is the empty string. |
리턴 | System |