()
| 11 | ) |
| 12 | |
| 13 | func init() { |
| 14 | cobra.AddTemplateFunc("WrappedInheritedFlagUsages", WrappedInheritedFlagUsages) |
| 15 | cobra.AddTemplateFunc("WrappedLocalFlagUsages", WrappedLocalFlagUsages) |
| 16 | cobra.AddTemplateFunc("WrappedAliases", WrappedAliases) |
| 17 | } |
| 18 | |
| 19 | // WrappedInheritedFlagUsages returns a string containing the usage information |
| 20 | // for all flags which were inherited from parent commands, wrapped to the |
no outgoing calls
no test coverage detected