#!/usr/bin/env python import click @click.command() @click.option('sch_file') def cli(): if __name__ == '__main__': cli()