showRunServer function
void
showRunServer()
Implementation
void showRunServer() {
print("Syntax:");
print("$CMD runserver <YAML-FILE>");
print(" (Runs server to wait for connections)");
print(
" (<YAML-FILE> points to location of yaml file for database description.");
}