[ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]

cmdr::help::sql(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"

Name

cmdr::help::sql - Cmdr - Formatting help as series of SQL commands

Table Of Contents

Synopsis

  • package require cmdr::help::sql

Description

Welcome to the Cmdr project, written by Andreas Kupries.

For availability please read Cmdr - How To Get The Sources.

This package provides a single command implementing the help format sql. This format generates help as a series of SQL commands filling a simple database with the command hierarchy.

To activate the format simply

    package require cmdr::help::sql

it. Nothing more is needed.

Bugs, Ideas, Feedback

Both the package(s) and this documentation will undoubtedly contain bugs and other problems. Please report such at Cmdr Tickets.

Please also report any ideas you may have for enhancements of either package(s) and/or documentation.

Keywords

arguments, command hierarchy, command line completion, command line handling, command tree, editing command line, help for command line, hierarchy of commands, interactive command shell, optional arguments, options, parameters, processing command line, tree of commands