Currently Binnacle can be used as a library. Add support execute as a CLI. Example: ``` binnacle -vvv file1.py file2.py ... ``` Or run recuresively for all the files in a directory: ``` binnacle -vvv tests/ ```