Your IP : 216.73.216.170


Current Path : /home/bitrix/ext_www/vebmarket.yacl.site/node_modules/coa/tests/
Upload File :
Current File : /home/bitrix/ext_www/vebmarket.yacl.site/node_modules/coa/tests/api-h.js

require('..').Cmd()
    .name('bla')
    .title('Bla bla bla')
    .helpful()
    .invoke({ help: true })
    .then(function(res) {
        console.log(res);
    })
    .done(); // Q.done()