MISC: Add help text for changelog command (#1540)

This commit is contained in:
catloversg 2024-08-04 13:43:14 +07:00 committed by GitHub
parent 3be9f9dfd7
commit 829eda2e5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,6 +7,7 @@ export const TerminalHelpText: string[] = [
" buy [-l/-a/program] Purchase a program through the Dark Web",
" cat [file] Display a .msg, .lit, or .txt file",
" cd [dir] Change to a new directory",
" changelog Display changelog",
" check [script] [args...] Print a script's logs to Terminal",
" clear Clear all text on the terminal ",
" cls See 'clear' command ",
@ -160,6 +161,7 @@ export const HelpTexts: Record<string, string[]> = {
" cd ../",
" ",
],
changelog: ["Usage: changelog", " ", "Display changelog.", " "],
check: [
"Usage: check [script name] [args...]",
" ",