CLI help trambda-tcp-serv-cli
GAV xyz.cofe:trambda-tcp-serv-cli:2.0

command line syntax (eBNF):

    trambda-tcp-serv { help | declare_service }

help ::= help
       | -help
       | --help
       | /help
       | /?
       | ?

            show this screen

declare_service ::= service <class_name> host <ip_dns> port <port_no> add


