We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5820829 commit dd9cc32Copy full SHA for dd9cc32
1 file changed
Makefile
@@ -42,3 +42,7 @@ check:
42
.PHONY: drill
43
drill:
44
hashcards drill Cards --card-limit=10
45
+
46
+.PHONY: stats
47
+stats:
48
+ hashcards stats Cards --format=json
0 commit comments