(programName string)
| 99 | } |
| 100 | |
| 101 | func completionLong(programName string) string { |
| 102 | return fmt.Sprintf(`Generate the autocompletion script for %s for the specified shell. |
| 103 | See each sub-command's help for details on how to use the generated script. |
| 104 | `, programName) |
| 105 | } |
| 106 | |
| 107 | func bashCompletionLong(programName string) string { |
| 108 | return fmt.Sprintf(`Generate the autocompletion script for the bash shell. |