sdether / josh.js

Toolkit for building a bash-like shell in the browser, including full readline support
http://sdether.github.com/josh.js/
Apache License 2.0
390 stars 76 forks source link

Need documentation hooks in command handlers for help system #10

Open sdether opened 11 years ago

sdether commented 11 years ago

The command handler should have an optional description key to be shown in the command list and a optional man key specifying a callback when someone calls help <command> [<args>]