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: docs/file.AGENTS.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ <h2 id="-development-workflows">🔧 Development Workflows</h2>
244
244
245
245
<h3id="running-commands">Running Commands</h3>
246
246
247
-
<p>Always make commands self-contained. Use <code>mise exec -C /home/pboling/src/kettle-rb/prism-merge -- ...</code> so the command gets the project environment in the same invocation.<br>
247
+
<p>Always make commands self-contained. Use <code>mise exec -C /home/pboling/src/my/prism-merge -- ...</code> so the command gets the project environment in the same invocation.<br>
248
248
If the command is complicated write a script in local tmp/ and then run the script.</p>
0 commit comments