Add --no-editor

This commit is contained in:
mo8it
2026-04-07 00:10:25 +02:00
parent b5fbf59c0c
commit 432d1f84ea
3 changed files with 11 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@
- Automatically open the current file if Rustlings is running in a VS Code terminal
- Automatically open the current file with `$EDITOR` in a new pane if Rustlings is running in [Zellij](https://zellij.dev)
- New argument `--no-editor` to disable automatic opening of the current file in VS Code or Zellij
- New argument `--edit-cmd` to communicate with an editor running in a different process to open the current exercise
- Show the file link of the current exercise when running `rustlings hint` and `rustlings reset`