You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix bug where PreviewArgumentAction, does not inherit from registered argument action.
* Update test to catch issue. Update fix logic to pass tests.
* python2: in test, use print function from __future__
Copy file name to clipboardexpand all lines: HISTORY.rst
+5
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,11 @@
3
3
Release History
4
4
===============
5
5
6
+
0.6.3
7
+
+++++
8
+
* Fix bug where arguments in preview did not call registered actions. This meant that parameter parsing did not behave
9
+
completely as expected.
10
+
6
11
0.6.2
7
12
+++++
8
13
* Adds ability to declare that command groups, commands, and arguments are in a preview status and therefore might change or be removed. This is done by passing the kwarg `is_preview=True`.
0 commit comments