mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 23:53:48 +01:00
MISC: Add help text for changelog command (#1540)
This commit is contained in:
parent
3be9f9dfd7
commit
829eda2e5a
@ -7,6 +7,7 @@ export const TerminalHelpText: string[] = [
|
|||||||
" buy [-l/-a/program] Purchase a program through the Dark Web",
|
" buy [-l/-a/program] Purchase a program through the Dark Web",
|
||||||
" cat [file] Display a .msg, .lit, or .txt file",
|
" cat [file] Display a .msg, .lit, or .txt file",
|
||||||
" cd [dir] Change to a new directory",
|
" cd [dir] Change to a new directory",
|
||||||
|
" changelog Display changelog",
|
||||||
" check [script] [args...] Print a script's logs to Terminal",
|
" check [script] [args...] Print a script's logs to Terminal",
|
||||||
" clear Clear all text on the terminal ",
|
" clear Clear all text on the terminal ",
|
||||||
" cls See 'clear' command ",
|
" cls See 'clear' command ",
|
||||||
@ -160,6 +161,7 @@ export const HelpTexts: Record<string, string[]> = {
|
|||||||
" cd ../",
|
" cd ../",
|
||||||
" ",
|
" ",
|
||||||
],
|
],
|
||||||
|
changelog: ["Usage: changelog", " ", "Display changelog.", " "],
|
||||||
check: [
|
check: [
|
||||||
"Usage: check [script name] [args...]",
|
"Usage: check [script name] [args...]",
|
||||||
" ",
|
" ",
|
||||||
|
Loading…
Reference in New Issue
Block a user