()
| 1044 | } |
| 1045 | |
| 1046 | func (f *modFunction) CmdName() string { |
| 1047 | f.once.Do(func() { |
| 1048 | f.cmdName = cliName(f.Name) |
| 1049 | }) |
| 1050 | return f.cmdName |
| 1051 | } |
| 1052 | |
| 1053 | func (f *modFunction) Short() string { |
| 1054 | return shortDescription(f.Description) |
no test coverage detected