#!/usr/bin/env python3
import sys
import scheduler

kwargs = scheduler.parse_status_cmd_exp(sys.argv[1:])
scheduler.status_cmd_exp(**kwargs)
