phaser-server  0.0.5
Functions | Variables
main.cpp File Reference

Program entry point. More...

#include <tobin.h>
#include <home.h>
#include <configFile.h>
#include <options.h>
#include "commander.h"
#include <iostream>
Include dependency graph for main.cpp:

Functions

int main (int argc, char **argv)
 Program entry point. More...
 

Variables

const char Help []
 

Detailed Description

Program entry point.

Author
Christopher J. Slominski

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Program entry point.

Parse command line, read configuration file, open connection to the server, and perform user requests.

Variable Documentation

◆ Help

const char Help[]
Initial value:
= "command - version 2.3\n"
"\nThis program issues commands to the server. It can execute one or\n"
"more commands provided on the command line; or enter an interactive\n"
"mode. Note that asynchronous server state updates are discarded.\n"