Command line interface to ionelmc's hunter tracing library. Analogous to ltrace.
# Trace the top level code in cookiecutter
> huntrace cookiecutter
# Trace the the top level and what it calls / imports in cookiecutter
> huntrace cookiecutter --depth 2
# Print the filterwarnings function call
> huntrace cookiecutter --depth 2 -f filterwarnings