UNPKG

bottender

Version:

A framework for building conversational user interfaces.

9 lines 229 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const help = () => { console.log(` bottender line <command> <action> [options] `); }; exports.default = help; //# sourceMappingURL=help.js.map