(directive ShellCompDirective)
| 121 | } |
| 122 | |
| 123 | func (receiver *CompletionOptions) SetDefaultShellCompDirective(directive ShellCompDirective) { |
| 124 | receiver.DefaultShellCompDirective = &directive |
| 125 | } |
| 126 | |
| 127 | // Completion is a string that can be used for completions |
| 128 | // |
no outgoing calls