aboutsummaryrefslogtreecommitdiffstats
path: root/nest/cli.h
Commit message (Expand)AuthorAgeFilesLines
* Split off general commands to cmds.c.Martin Mares2000-01-191-1/+1
* Implemented echoing of log messages to CLI connections. Just try `echo all'.Martin Mares1999-12-061-2/+11
* cli_msg() moved to cli.h, so that it can be used outside the parser.Martin Mares1999-11-251-0/+1
* Command line interface now works.Martin Mares1999-11-171-0/+1
* Parse CLI commands. We use the same parser as for configuration files (becauseMartin Mares1999-10-311-0/+2
* The CLI I/O functions work as desired.Martin Mares1999-10-311-4/+10
* First steps of the Command Line Interface: I/O routines.Martin Mares1999-10-291-0/+49