Xcraft-Inc / shellcraft.js

Simple CLI and shell for Node.js based on commander and inquirer.
MIT License
6 stars 1 forks source link

Add option support for extensions #5

Closed Skywalker13 closed 9 years ago

Skywalker13 commented 9 years ago

Currently only the commands are handled with the extensions

From the (CLI) commander point of view it should use the .option() capability. From the (shell) inquirer point of view, the options are not visible.