TechSpiritSS / Terminal-Portfolio

Terminal Style Portfolio made with HTML / CSS / JS
MIT License
64 stars 83 forks source link

[Bug]: Fix case sensitivity #72

Closed stallardjw closed 2 years ago

stallardjw commented 2 years ago

Contact Details

No response

What happened?

Currently, it only accepts input if it matches the provided commands precisely. it throws an error if there are any uppercase characters or leading and/or trailing spaces.

What should have happened?

Valid commands should be accepted regardless of their format.

What browsers are you seeing the problem on?

Firefox, Chrome, Safari

Version

No response

Relevant log output

No response

TechSpiritSS commented 2 years ago

Great 👍 Thanks for looking up this issue :)