mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 14:42:28 +01:00
Add script files to tab completion for cat
This commit is contained in:
parent
14532cd0a8
commit
3df0fd3945
@ -353,6 +353,7 @@ export async function determineAllPossibilitiesForTabCompletion(
|
|||||||
addAllLitFiles();
|
addAllLitFiles();
|
||||||
addAllTextFiles();
|
addAllTextFiles();
|
||||||
addAllDirectories();
|
addAllDirectories();
|
||||||
|
addAllScripts();
|
||||||
|
|
||||||
return allPos;
|
return allPos;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user