Skip to content

Commit

Permalink
Initial version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shx2 committed May 3, 2020
1 parent b6d602d commit e84f228
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

0.1.0
-----
* Adder methods: add_positional, add_optional, add_flag, add_list.
* Dict arguments
* Custom argument-types using "specs"
* Support for some standard python types
* Support for enum arguments
* Workaround append-with-nonempty-default bug

Future/Planned
----------------
* Integration with func_argparse
* Integration with argcomplete
* Integration with autocommand
* Integration with click
* Integration with fire

0 comments on commit e84f228

Please sign in to comment.