Release v0.3.1
Remove flags and refactor arguments (args) to take an instance of argparse.ArgumentParser() instead. Makes everything simpler and allows you to use all of argparse's feature while the FlagsProvider() only implemented add_argument() and didn't all you to use add_argument_group() for example.