Be able to handle and argument such as: `apprentice init --name=foo_bar` and the output should be a direct called `/foo_bar` with a `main.py` file containing a `foo_bar` function.
Be able to handle and argument such as:
apprentice init --name=foo_barand the output should be a direct called
/foo_barwith amain.pyfile containing afoo_barfunction.