shell
shell copied to clipboard
A very lightweight framework for building shell/CLI applications. Works in Node.js, Deno, and the browser.
Consider adding a plugin capable of generating documentation in Markdown format (JSON is already supported).
I want a transformer to process arguments/flags passed to the CLI utility. For example: ```bash my cmd -i ./local/path ``` ```javascript flags: { input: { alias: 'i', description: 'The input...
I could use some help cleaning up the docs. These were written pretty quickly and there are clearly some errors and typos.
As I've used this library to build applications, I've recognized a need for experimental commands, beta commands, and even hidden commands (hidden from help). It would be nice to have...