mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 11:27:04 +02:00
MISC: Add raw command string to autocomplete data (#1846)
This commit is contained in:
@@ -324,6 +324,7 @@ export async function getTabCompletionPossibilities(terminalText: string, baseDi
|
||||
temporary: r.temporary,
|
||||
})),
|
||||
).flat(),
|
||||
command: terminalText,
|
||||
};
|
||||
let pos: string[] = [];
|
||||
let pos2: string[] = [];
|
||||
|
||||
Reference in New Issue
Block a user