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 405ead0 commit 8c408beCopy full SHA for 8c408be
CHANGELOG
@@ -1,5 +1,16 @@
1
# CHANGELOG
2
3
+- v2.1.23
4
+
5
+ - improved no-color mode [devmode.go]
6
+ - ignore go test params in cmdline
7
+ - improved help screen
8
+ - nested indent for tree mode
9
+ - improved no-color mode
10
+ - improved `is.ColorfulTty`
11
+ - improved pipe state detecting
12
+ - improved help screen for pipe mode and redirect mode
13
14
- v2.1.22
15
16
- added `passThruNow` for a subcmd
doc.go
@@ -2,4 +2,4 @@
package cmdr
-const Version = "v2.1.22" // Version fir hedzr/cmdr/v2
+const Version = "v2.1.23" // Version fir hedzr/cmdr/v2
0 commit comments