from .client.parser import parse_arguments
from .client.run import run
def cli():
command, args= parse_arguments()
run(command.command, args)