-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no way to quit rustlings watch
#842
Comments
abusch
changed the title
no way to quite
no way to quit Sep 13, 2021
rustlings watch
rustlings watch
I use CTRL + C and it works |
hmm, it might be a |
A quit command would be a good idea, yeah. |
shadows-withal
pushed a commit
that referenced
this issue
Sep 21, 2021
Includes: - quit, to quit the shell instead of having to press Cmd/Ctrl-C or Cmd/Ctrl-D - help, to display an overview of all the commands available in watch mode. Closes #842.
abusch
added a commit
to abusch/rustlings
that referenced
this issue
Sep 24, 2021
bugaolengdeyuxiaoer
pushed a commit
to bugaolengdeyuxiaoer/rustlings
that referenced
this issue
Dec 28, 2021
Includes: - quit, to quit the shell instead of having to press Cmd/Ctrl-C or Cmd/Ctrl-D - help, to display an overview of all the commands available in watch mode. Closes rust-lang#842.
bugaolengdeyuxiaoer
pushed a commit
to bugaolengdeyuxiaoer/rustlings
that referenced
this issue
Dec 28, 2021
ppp3
pushed a commit
to ppp3/rustlings
that referenced
this issue
May 23, 2022
Includes: - quit, to quit the shell instead of having to press Cmd/Ctrl-C or Cmd/Ctrl-D - help, to display an overview of all the commands available in watch mode. Closes rust-lang#842.
ppp3
pushed a commit
to ppp3/rustlings
that referenced
this issue
May 23, 2022
dmoore04
pushed a commit
to dmoore04/rustlings
that referenced
this issue
Sep 11, 2022
Includes: - quit, to quit the shell instead of having to press Cmd/Ctrl-C or Cmd/Ctrl-D - help, to display an overview of all the commands available in watch mode. Closes rust-lang#842.
dmoore04
pushed a commit
to dmoore04/rustlings
that referenced
this issue
Sep 11, 2022
Spacebody
pushed a commit
to Spacebody/my-rustlings
that referenced
this issue
Nov 18, 2022
Includes: - quit, to quit the shell instead of having to press Cmd/Ctrl-C or Cmd/Ctrl-D - help, to display an overview of all the commands available in watch mode. Closes rust-lang#842.
Spacebody
pushed a commit
to Spacebody/my-rustlings
that referenced
this issue
Nov 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran
rustlings watch
and started working my way through the exercices and wanted to stop for a bit, only to find out there was absolutely no way to quit the process (except by finishing all the exercises...). I triedC-c
,C-\
,C-d
,quit
,exit
, ...It would be handy to add a
quit
command or similar (and maybe ahelp
one too).The text was updated successfully, but these errors were encountered: