Update documentation

This commit is contained in:
Albert Nigmatzianov
2017-07-26 14:51:25 +02:00
parent 8bcacfe133
commit 1723331773
2 changed files with 8 additions and 40 deletions

View File

@ -54,13 +54,14 @@ type Command struct {
// ValidArgs is list of all valid non-flag arguments that are accepted in bash completions
ValidArgs []string
// Expected arguments
Args PositionalArgs
// ArgAliases is List of aliases for ValidArgs.
// These are not suggested to the user in the bash completion,
// but accepted if entered manually.
ArgAliases []string
// Expected arguments
Args PositionalArgs
// BashCompletionFunction is custom functions used by the bash autocompletion generator.
BashCompletionFunction string