aboutsummaryrefslogtreecommitdiff
path: root/node_modules/coa/tests/api-h.js
blob: c343fa06bede6d394d4fbf82b739c7b1f87a447b (plain)
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()