andrewchambers / janet-sh

Shorthand shell like functions for janet.
82 stars 6 forks source link

spawn failed: "No such file or directory" #7

Closed kkharji closed 2 years ago

kkharji commented 3 years ago

Hey @andrewchambers, it would be nice if running something unidentified command will return stdout or stderr instead of erroring out. In my case I tried running a command line tool that wasn't installed, I'd like to have stderr with command not found: rather that erroring out No such file or directory

Thanks

andrewchambers commented 3 years ago

Hmm, makes sense, this is consistent with what my shell does, though im not totally sure how to make it work given the way things are implemented.