libepp_nicbr
|
EPP command-line shell client. More...
#include <cstdio>
#include <csignal>
#include <unistd.h>
#include <readline/readline.h>
#include <readline/history.h>
#include "DomainFunctions.H"
#include "ContactFunctions.H"
#include "PollFunctions.H"
#include "DefRegFunctions.H"
Functions | |
void | welcome_message () |
Prints info when program starts. | |
void | init_readline () |
Calls command-set init function and customize readline if necessary. | |
int | execute (vector< string > &args) |
Run a command line. More... | |
int | execute (char *line) |
Run a command line. More... | |
int | usage () |
prints usage instructions | |
int | main (int argc, char **argv) |
main | |
EPP command-line shell client.
int execute | ( | vector< string > & | args | ) |
Run a command line.
args | command line to be run |
References find_command(), and SheppCommand::function.
int execute | ( | char * | line | ) |
Run a command line.
line | command line to be run |
References execute(), find_command(), SheppCommand::function, and SheppStrUtil::parse_line().