SimpleCLI command line arguments parser

SimpleCLI command line arguments parser using a pull approach to get arguments for your application. Sometimes it can be more convenient than using push parsers as clap and others.

Warning: this crate does not use Cargo to be built, so consider it only for cases when you are brave enough to create .toml file yourself.