Skip to content

Release v0.3.1

Choose a tag to compare

@alexferl alexferl released this 23 Nov 04:23
· 94 commits to master since this release

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.