TechSpiritSS / Terminal-Portfolio

Terminal Style Portfolio made with HTML / CSS / JS
MIT License
62 stars 82 forks source link

Add 'help {cmdName}' #164

Closed VaibhavArora314 closed 1 year ago

VaibhavArora314 commented 1 year ago

Fixes

Fixes #162

Types of changes

Description

Added "help {cmdName}" command which gives a full description of the respective command. image image Also, added full info about every cmd in the config file. Info is an array of strings which will be used while explaining the cmd. image

Preview Link

https://terminal-portfolio-7aqw9pphs-vaibhav31.vercel.app/

Checklist:

TechSpiritSS commented 1 year ago

Add help {cmd} in the description of help so that user will be aware of this.

VaibhavArora314 commented 1 year ago

Done image

VaibhavArora314 commented 1 year ago

@TechSpiritSS please review the pr. I have made all the required changes.

TechSpiritSS commented 1 year ago

Great 🚀