init command
`wtt init` now takes optional arguments to skip prompts.
wtt init [<package_name>] [<"Project Title">] [--no-gitignore] [--no-readme]
If one or more positional arguments is specified, `wtt init` will attempt to skip input prompts and use values from command line arguments and default settings to generate a new test project.
new command
`<test_package> new` command now has prompts to walk through new file creation if `<type>`, `<module_name>`, or `<ClassName>` arguments are not provided.