#!/usr/bin/env python
import sys
from troubleshooting.framework.running.manager import run_cli
run_cli(sys.argv[1:])