mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
659 B
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;