@hackage ui-command0.5.0
A framework for friendly commandline programs
Categories
License
BSD-3-Clause
Maintainer
Conrad Parker <conrad@metadecks.org>
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (6)
Dependents (4)
@hackage/ght, @hackage/acme-everything, @hackage/zoom-cache, @hackage/zoom-cache-sndfile
This is a framework for creating commandline applications. It provides various features which give a polished feel to your application.
It is designed to encourage you to provide clear documentation
and working examples. It implements default 'help'
and 'man' commands for your application, which will layout help
text and generate Unix-style man pages.
It provides special handling for applications of the form ''program command args'', the style of interaction common in revision control systems. It will dispatch to handler functions that you provide for each command, and also provide command-specific help to the user.