We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d662b commit 73e7b14Copy full SHA for 73e7b14
CHANGELOG.md
@@ -1,6 +1,12 @@
1
## 0.8.0 (TBD, 2018)
2
* Bug Fixes
3
* Fixed unit tests on Python 3.7 due to changes in how re.escape() behaves in Python 3.7
4
+* Enhancements
5
+ * Added new **with_argument_parser** decorator for argparse-based argument parsing of command arguments
6
+ * This replaces the old **options** decorator for optparse-based argument parsing
7
+ * The old decorator is still present for now, but should be considered *deprecated* and will eventually be removed
8
+ * See the **Argument Processing** section of the documentation for more information
9
+ * Alternatively, see the **argparse_example.py** example
10
11
## 0.7.9 (January 4, 2018)
12
0 commit comments