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 858837f commit 7041e07Copy full SHA for 7041e07
CHANGELOG
@@ -1,5 +1,13 @@
1
# CHANGELOG
2
3
+- v2.1.35
4
+
5
+ - improved `prompt` examples
6
+ - fix withopts.go - uses `basics.Openable`
7
+ - fix devmode.go - uses `term.DisableColors()`
8
+ - upgrade deps
9
+ - `is/term/color`, `term`, and `basics`
10
11
- v2.1.31
12
13
- supported `SetCancelFunc()` & `WithCancelFunc()`
doc.go
@@ -114,4 +114,4 @@
114
// For more documentation please go and check out https://docs.hedzr.com/cmdr.v2/.
115
package cmdr
116
117
-const Version = "v2.1.31" // Version fir hedzr/cmdr/v2
+const Version = "v2.1.35" // Version fir hedzr/cmdr/v2
0 commit comments