()
| 19 | |
| 20 | // this is a static so that we can read from it without instantiating a command which would require loading the config |
| 21 | static get describeUsage () { |
| 22 | return this.getUsage() |
| 23 | } |
| 24 | |
| 25 | static getUsage (parentName = null, includeDescriptions = true) { |
| 26 | const { aliases: cmdAliases } = require('./utils/cmd-list') |