bitburner-src/markdown/bitburner.autocompletedata.command.md

659 B

Home > bitburner > AutocompleteData > command

AutocompleteData.command property

The raw command string that you have typed until you press [Tab] to use the autocomplete feature.

For example, if you type [Space]run test.js[Space][Space][Space][Press tab to use autocomplete], "command" will contain all space characters (1 space character before "run" and 3 space characters after ".js").

Signature:

command: string;