You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,8 @@ anonymizer --help # CLI usage
156
156
mise run install-pre-commit # Install pre-commit hooks
157
157
```
158
158
159
-
Run `mise tasks` to list the available developer commands. Tasks live in `.mise/tasks/` and are used by CI. The Makefile retains deprecated compatibility aliases for existing scripts.
159
+
Run `mise tasks` to list the available developer commands. Tasks live in `.mise/tasks/` and are used by CI. The
160
+
Makefile only exposes `help`, `install-mise`, and `setup`; run developer commands with Mise.
0 commit comments