We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f560e80 commit 08cb2d5Copy full SHA for 08cb2d5
README.md
@@ -22,6 +22,9 @@ FLAGS:
22
-l, --highlight
23
Highlight some common code characters
24
25
+ --lps
26
+ Activate line per keypress, ignores -c, --cps
27
+
28
-V, --version
29
Prints version information
30
@@ -48,7 +51,7 @@ lhe -l -c 5 src/main.rs
48
51
49
52
Exit with `^C`. I hope you know what this means, _"""hacker"""._
50
53
-## Roadmap
54
+## Changelog
55
56
### v0.1.0
57
@@ -74,7 +77,11 @@ Exit with `^C`. I hope you know what this means, _"""hacker"""._
74
77
- [x] control read errors
75
78
- [x] control Ctrl+C clean exit
76
79
-### Backlog
80
+### v0.6.1
81
82
+- [x] fix build
83
84
+## Backlog
85
86
- [ ] add gif to README
87
- [ ] add a logo
0 commit comments