add help command

This commit is contained in:
Cynthia Foxwell 2022-08-27 18:49:02 -06:00
parent a13afe9395
commit b6a4e5edff
3 changed files with 92 additions and 6 deletions

5
.prettierrc Normal file
View file

@ -0,0 +1,5 @@
{
"semi": true,
"bracketSpacing": false,
"endOfLine": "lf"
}