Misterio77 / flavours

🎨💧 An easy to use base16 scheme manager that integrates with any workflow.
MIT License
501 stars 29 forks source link

More descriptive error messages #70

Open mipimipi opened 1 year ago

mipimipi commented 1 year ago

Hi, when I execute flavours apply <PATTERN> and the file which is specified by file = <FILEPATH> in config.toml does not exist, flavours raises the error Error: No such file or directory (os error 2). Desired behavior: A more descriptive error message (something like 'Could not apply pattern since file does not exist') is displayed. Thanks, mipi