We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1caf4 commit e501849Copy full SHA for e501849
.github/workflows/test.yml
@@ -93,5 +93,5 @@ jobs:
93
94
- name: Test CLI
95
run: |
96
- yokedcache ping
97
- yokedcache stats --format json
+ python -m yokedcache.cli ping
+ python -m yokedcache.cli stats --format json
0 commit comments