cmdr |
Cmdr - Main package and API |
cmdr-changes |
Cmdr - Log of Changes |
cmdr-howto-get-sources |
Cmdr - How To Get The Sources |
cmdr-installation |
Cmdr - The Installer's Guide |
cmdr-introduction |
Cmdr - Introduction to the project |
cmdr-license |
Cmdr - License |
cmdr-spec-dsl |
Cmdr - Introduction to the Specification Language |
cmdr-spec-dsl-officer |
Cmdr - Officer Specification Language |
cmdr-spec-dsl-parameter |
Cmdr - Parameter Specification Language |
cmdr-spec-dsl-private |
Cmdr - Private Specification Language |
cmdr-spec-flow |
Cmdr - Runtime Processing Flow |
cmdr-user-helpformats |
Cmdr - Writing custom help formats |
cmdr-user-vtypes |
Cmdr - Writing custom validation types |
cmdr::actor |
Cmdr - (Internal) Base class for officers and privates |
cmdr::ask |
Cmdr - Terminal-based simple user interactions |
cmdr::color |
Cmdr - Terminal colors |
cmdr::config |
Cmdr - (Partially internal) Collection of parameters for privates |
cmdr::help |
Cmdr - (Internal) Utilities for help text formatting and setup |
cmdr::help::json |
Cmdr - Formatting help as JSON object |
cmdr::help::sql |
Cmdr - Formatting help as series of SQL commands |
cmdr::help::tcl |
Cmdr - Formatting help as Tcl data structure |
cmdr::history |
Cmdr - Utilities for history management |
cmdr::officer |
Cmdr - (Internal) Aggregation of multiple commands for dispatch. |
cmdr::pager |
Cmdr - Paging long output |
cmdr::parameter |
Cmdr - (Partially internal) Command parameters |
cmdr::private |
Cmdr - (Internal) Single command handling, options, and arguments |
cmdr::table |
Cmdr - Simple Table creation |
cmdr::tty |
Cmdr - Check if stdin is a tty, i.e. terminal |
cmdr::util |
Cmdr - (Internal) General Utilities |
cmdr::validate |
Cmdr - Standard validation types for parameters |
cmdr::validate::common |
Cmdr - Utilities for Validation Types |
cmdr::validate::date |
Cmdr - Validation type for dates |
cmdr::validate::posint |
Cmdr - Validation type for positive integers |
cmdr::validate::time |
Cmdr - Validation type for times (to the second) |
cmdr::validate::time::minute |
Cmdr - Validation type for times to the minute |
cmdr::validate::valtype::cc::amex |
Cmdr - Validation type facade for Tcllib valtype::cc::amex |
cmdr::validate::valtype::cc::discover |
Cmdr - Validation type facade for Tcllib valtype::cc::discover |
cmdr::validate::valtype::cc::mastercard |
Cmdr - Validation type facade for Tcllib valtype::cc::mastercard |
cmdr::validate::valtype::cc::visa |
Cmdr - Validation type facade for Tcllib valtype::cc::visa |
cmdr::validate::valtype::gs1::ean13 |
Cmdr - Validation type facade for Tcllib valtype::gs1::ean13 |
cmdr::validate::valtype::iban |
Cmdr - Validation type facade for Tcllib valtype::iban |
cmdr::validate::valtype::imei |
Cmdr - Validation type facade for Tcllib valtype::imei |
cmdr::validate::valtype::isbn |
Cmdr - Validation type facade for Tcllib valtype::isbn |
cmdr::validate::valtype::luhn |
Cmdr - Validation type facade for Tcllib valtype::luhn |
cmdr::validate::valtype::luhn5 |
Cmdr - Validation type facade for Tcllib valtype::luhn5 |
cmdr::validate::valtype::usnpi |
Cmdr - Validation type facade for Tcllib valtype::usnpi |
cmdr::validate::valtype::verhoeff |
Cmdr - Validation type facade for Tcllib valtype::verhoeff |
cmdr::validate::weekday |
Cmdr - Validation type for weekday names |
cmdr::validate::year |
Cmdr - Validation type for years |
cmdr_development |
Cmdr - The Developer's Guide |
cmdr_dev~completion |
Cmdr - Internals of command line completion |
cmdr_dev~dsl |
Cmdr - Internals of DSL handling |