Closed d2718 closed 1 year ago
Okay, this is embarrassing; I can't get this to work anymore. Please stand by.
Hi. You can check my pr it solves the same problem but in a different way
Thank you for the fix, I appreciate the initiative! We should fix process-lib
instead of Himalaya CLI, see my comment https://github.com/soywod/himalaya/pull/456#issuecomment-1791960641. A fix will come very soon.
However the
process-lib
crate'sCmd
runs subprocesses doesn't play nice with in-terminal editors like nano or Helix. I replaced this with an explicit use oftokio::process::Command
; the result seems to work properly with both in-terminal and graphical editors.