mh icon indicating copy to clipboard operation
mh copied to clipboard

No error when invalid appname provided

Open rustycl0ck opened this issue 6 years ago • 0 comments

mh should return non-zero exit code if a non-existent app name is provided while running. mh apply -p my-non-existant-app exits with return code 0 while it should fail with a non-zero status because the mh-app in consideration (my-non-existant-app) doesn't actually exist.

rustycl0ck avatar Oct 15 '18 10:10 rustycl0ck