api-h.js 190 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 require('..').Cmd() .name('bla') .title('Bla bla bla') .helpful() .invoke({ help: true }) .then(function(res) { console.log(res); }) .done(); // Q.done()