* Get the argument term to show in the list of arguments. * * @param {Argument} argument * @returns {string}
(argument)
| 192 | */ |
| 193 | |
| 194 | argumentTerm(argument) { |
| 195 | return argument.name(); |
| 196 | } |
| 197 | |
| 198 | /** |
| 199 | * Get the longest command term length. |
no test coverage detected