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
After Ctrl-C'ing out of a hatch cli invoked from within a hatch shell, the shell gets confused and jumps between directories. This is on Windows in a CMD prompt.
After Ctrl-C I think hatch shell quits, mycli command quits, and the others remain.
You get something like this, hierarchy gone, both prompts connected to standard in/outs:
└── command prompt 1
└── command prompt 2
This is likely something hatch shell could resolve. Either by not reacting to Ctrl-c (let prompt 2 handle it) or when hatch shell dies, make sure to take prompt 2 with it.
After Ctrl-C'ing out of a hatch cli invoked from within a hatch shell, the shell gets confused and jumps between directories. This is on Windows in a CMD prompt.
Assume:
The text was updated successfully, but these errors were encountered: