blendid icon indicating copy to clipboard operation
blendid copied to clipboard

invalid options should error

Open olets opened this issue 6 years ago • 0 comments

Example: if a user makes the typo yarn run blendid --build (instead of yarn run blendid -- build), yarn run blendid is run. This can be problematic for someone waiting for a notification, someone using the command in a script, or someone simply unfamiliar with watching (that user could reasonably think yarn run blendid -- build was hanging).

Invalid options should return a failure with an explanatory error log.

olets avatar Jan 17 '18 16:01 olets