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: justfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ pretty-print:
38
38
# Run the autonomous pretty print implementation generator with --forever flag (sleeps on rate limits)
39
39
pretty-print-forever:
40
40
unset ANTHROPIC_API_KEY && claude --dangerously-skip-permissions -p "Please run cargo check and fix any issues. It is okay to remove things that are not fully implemented yet."
41
-
cargo xtask agentic -- --forever
41
+
cargo xtask agentic --forever
42
42
43
43
# Creates a new lint rule in the given path, with the given name. Name has to be camel case. Group should be lowercase.
0 commit comments