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