Skip to content

Releases: jorwoods/argsubparse

v0.0.13

01 Aug 19:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.13

v0.0.12

01 Aug 18:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.12

CLI Flag logic fix

01 Aug 18:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.11

v0.0.10

01 Aug 17:33
Compare
Choose a tag to compare

Turns boolean default arguments into switches based on whatever their default argument is.

What's Changed
Turn boolean values into flags based on default by @jorwoods in #4
Full Changelog: v0.0.8...v0.0.10

Boolean switches

01 Aug 17:26
9f6261c
Compare
Choose a tag to compare

Turns boolean default arguments into switches based on whatever their default argument is.

What's Changed

  • Turn boolean values into flags based on default by @jorwoods in #4

Full Changelog: v0.0.8...v0.0.9

Remove bad type tagging

17 Feb 21:50
e7a3dd4
Compare
Choose a tag to compare

What's Changed

  • Remove type tagging of command line arguments by @jorwoods in #3

Full Changelog: v0.0.7...v0.0.8

Argsubparse v0.0.7

01 Nov 15:13
def16a6
Compare
Choose a tag to compare

Trigger release to publish to PyPI