(option *tsoptions.CommandLineOption)
| 422 | } |
| 423 | |
| 424 | func getDisplayNameTextOfOption(option *tsoptions.CommandLineOption) string { |
| 425 | return "--" + option.Name + core.IfElse(option.ShortName != "", ", -"+option.ShortName, "") |
| 426 | } |
no test coverage detected