Skip to content

Commit

Permalink
Added cli run for debugging easily
Browse files Browse the repository at this point in the history
  • Loading branch information
eerkunt committed Aug 10, 2018
1 parent 58da60f commit af535fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform_compliance/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,7 @@ def cli():
return call_radish(args=commands[1:])


if __name__ == '__main__':
cli()

#TODO: Implement a cleanup for temporary directories since they are not deleted.

0 comments on commit af535fc

Please sign in to comment.