TERMINAL: Updated Alias/Unalias (#914)

This commit is contained in:
Sphyxis
2023-12-07 18:15:55 -07:00
committed by GitHub
parent 89fc22f28f
commit 21c7f56d23
3 changed files with 20 additions and 2 deletions
+3
View File
@@ -99,6 +99,7 @@ export const HelpTexts: Record<string, string[]> = {
"'alias NAME=VALUE' on the Terminal. ",
" ",
"The 'unalias' command can be used to remove aliases.",
"NOTE: The --all alias is reserved for removal.",
" ",
],
analyze: [
@@ -443,8 +444,10 @@ export const HelpTexts: Record<string, string[]> = {
],
unalias: [
"Usage: unalias [alias name]",
"Usage: unalias -all",
" ",
"Deletes the specified alias. Note that the double quotation marks are required. ",
"The --all command will remove ALL aliases that you have set.",
" ",
"As an example, if an alias was declared using:",
" ",