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
In Chapter 1, page 9, book says let mut cmd = Command::new("hello") must fail cause hello is not a command of system.
However it works. In git bash and even in windows cmd.
It seems is cause hello exists in ./target/debug/ which rust uses.