Update commands.js.download

This commit is contained in:
Adil Sadqi 2024-04-04 21:56:51 +00:00 committed by GitHub
parent 873e71b41f
commit 7553d9eeab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -132,7 +132,7 @@ help = [
'<span class="command">email</span> Do not email me ;)', '<span class="command">email</span> Do not email me ;)',
'<span class="command">clear</span> Clear terminal', '<span class="command">clear</span> Clear terminal',
'<span class="command">banner</span> Display the header', '<span class="command">banner</span> Display the header',
'<span class="command">cv</span> View or Download Curriculum Vitae', '<span class="command">ip</span> View your public ip address',
'<span class="command">update</span> Update terminal', '<span class="command">update</span> Update terminal',
"<br>", "<br>",
]; ];
@ -150,6 +150,7 @@ root = [
'<span class="command">sadqi</span> Look for specific name in Sadqi family', '<span class="command">sadqi</span> Look for specific name in Sadqi family',
'<span class="command">weather</span> Check local weather in realtime', '<span class="command">weather</span> Check local weather in realtime',
'<span class="command">cv</span> View or Download Curriculum Vitae', '<span class="command">cv</span> View or Download Curriculum Vitae',
'<span class="command">ip</span> View your public ip address',
"<br>", "<br>",
] ]