Skip to content

Add command-line argument extractor and bug fix

Compare
Choose a tag to compare
@moonshoes87 moonshoes87 released this 21 Jan 20:11
· 5591 commits to master since this release

This release contains new functionality for writing command-line scripts. The module command_line_extractor simplifies getting variables from sys.argv, including running validation and setting defaults. The release also contains a few bug fixes and improved comments.