mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
all the lints
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
export const ConsoleHelpText: {} = {
|
||||
export const ConsoleHelpText: {
|
||||
helpList: string[];
|
||||
automate: string[];
|
||||
clear: string[];
|
||||
cls: string[];
|
||||
help: string[];
|
||||
log: string[];
|
||||
skill: string[];
|
||||
start: string[];
|
||||
stop: string[];
|
||||
} = {
|
||||
helpList: [
|
||||
"Use 'help [command]' to get more information about a particular Bladeburner console command.",
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user