Documentation ¶
Index ¶
- func ActionExecute(command string) string
- func ActionFiles(pattern string) string
- func ActionGroups() string
- func ActionHosts() string
- func ActionMessage(msg string) string
- func ActionMultiParts(separator rune, values ...string) string
- func ActionNetInterfaces() string
- func ActionUsers() string
- func ActionValues(values ...string) string
- func ActionValuesDescribed(values ...string) string
- func Callback(uid string) string
- func Snippet(cmd *cobra.Command, actions map[string]string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActionExecute ¶
ActionExecute uses command substitution to invoke a command and evalues it's result as Action
func ActionFiles ¶
ActionFiles _path_files with all options except -g and -/. These options depend on file-patterns style setting. // TODO fix doc [http://zsh.sourceforge.net/Doc/Release/Completion-System.html#index-_005ffiles]
func ActionMessage ¶
ActionMessage displays a help messages in places where no completions can be generated
func ActionMultiParts ¶
ActionMultiParts completes multiple parts of words separately where each part is separated by some char
func ActionNetInterfaces ¶
func ActionNetInterfaces() string
ActionNetInterfaces completes network interface names
func ActionValues ¶
ActionValues completes arbitrary keywords (values)
func ActionValuesDescribed ¶
ActionValuesDescribed completes arbitrary key (values) with an additional description (value, description pairs)
Types ¶
This section is empty.