I want to be able to just call cookiecutter without having to enter data. Something like: ``` $ cookiecutter https://github.com/pydanny/cookiecutter-thing.git --no-input $ cookiecutter https://github.com/pydanny/cookiecutter-thing.git -n ```