diff --git a/test.py b/test.py deleted file mode 100755 index 987c672..0000000 --- a/test.py +++ /dev/null @@ -1,15 +0,0 @@ -#!./venv/bin/python3 - -import click -import os - -#@click.option('--config', '-c', default=config_file, help='Path to the configuration file.') - -@click.command() -@click.option('--debug/-d', envvar='DEVELOPMENTS', default='false', help='enable dubug output') -def main(debug): - print(debug) - - -if __name__ == '__main__': - main()