hrszpuk / rectx

The powerful little project manager for the ReCT programming language!
GNU General Public License v3.0
6 stars 1 forks source link

`rectx template add` will not recognise a non-existent file (responding error assumes file exists?) #63

Closed hrszpuk closed 1 year ago

hrszpuk commented 1 year ago

Describe the issue When running rectx template add <file> if the file does not exist, rectx will respond with an error about the file not being a .rectx.template. Additional logic need to be added so it checks if the file exists and if not a better error message is sent.

Screenshots File "x" does not exist, but the error message assumes it exists. image

hrszpuk commented 1 year ago

Well this should be easy 😎