* Adds --log paramater to log messages to file instead of stdout.
* Print client command to stdout when pipeing curlbomb output, unless
-l is specified, then no client command is printed.
* Subcommands inherit all the curlbomb arguments. 'curlbomb -l run'
is now equivalent to 'curlbomb run -l'
* Improves --help by organizing parameters into groups
* Moves all subcommands to a subcommands module