Tcl

TCL - "final result" - the <code>fnest</code> package and scripts
Login

Home

This directory contains all the Tcl scripts and package for fnest software.

Main scripts:

Helper scripts:

Ensemble:

sub-commands should handled in the same way for fnest as for fossil:

Ambigous sub-command for fossil:

    fossil c
    fossil: ambiguous command prefix: c
    fossil: could be any of: cache cat cgi changes chat checkout cherry-pick cherrypick ci clean clone close co commit configuration
    fossil: use "help" for more information

Ambigous sub-command for fnest:

    fnest c
    fnest: ambiguous command prefix: c
    fnest: could be any of: cfg cgi
    fnest: use "help" for more information

Non-existing sub-command for fossil:

    fossil q
    fossil: unknown command: q
    fossil: use "help" for more information

Non-existing sub-command for fnest:

    fnest q
    fnest: unknown command: q
    fnest: use "help" for more information

See also fnest auto-completion.