Always display something from docs
This commit is contained in:
@@ -212,7 +212,7 @@ function Commander (ronin) {
|
||||
}, '')
|
||||
},
|
||||
print: function (name) {
|
||||
return this.dict[name] ? `(${name} ${this.dict[name].params.reduce((acc, item) => { return `${acc}${item} ` }, '').trim()})` : ''
|
||||
return this.dict[name] ? `(${name} ${this.dict[name].params.reduce((acc, item) => { return `${acc}${item} ` }, '').trim()})` : 'idle.'
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user