api-h.js 190 Bytes
Newer Older
jatuporn Tonggasem's avatar
jatuporn Tonggasem committed
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()