source:
frontend/node_modules/coa/lib/index.js
| Last change on this file was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 267 bytes | |
| Line | |
|---|---|
| 1 | const |
| 2 | Cmd = require('./cmd'), |
| 3 | Opt = require('./opt'), |
| 4 | Arg = require('./arg'), |
| 5 | shell = require('./shell'); |
| 6 | |
| 7 | module.exports = { |
| 8 | Cmd : Cmd.create, |
| 9 | Opt : Opt.create, |
| 10 | Arg : Arg.create, |
| 11 | classes : { Cmd, Opt, Arg }, |
| 12 | shell, |
| 13 | require |
| 14 | }; |
Note:
See TracBrowser
for help on using the repository browser.
