lspace search help
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.
lspace search help [OPTIONS] [<cmdname>...]
    Retrieve help for a command or command set. Without arguments help for all commands is given. The default format is --full.

    --by-category Activate by-category form of the help.
    --full        Activate full form of the help.
    --list        Activate list form of the help.
    --no-pager    Disable use of paging.
    --short       Activate short form of the help.
    --tcl         Activate tcl form of the help.
    --width WIDTH The line width to format the help for. Defaults to the terminal width, or 80 when no terminal is available.
    -w WIDTH      Alias of --width.

    cmdname The entire command line, the name of the command to get help for. This can be several words.