mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 11:27:04 +02:00
TERMINAL: Add --ram-override flag to the run command (#1055)
* Add --ram-override flag to run command * Update help command * Fix whitespace * Update run usage message * Update autocomplete for run command * Format
This commit is contained in:
@@ -312,7 +312,7 @@ export async function getTabCompletionPossibilities(terminalText: string, baseDi
|
||||
}
|
||||
if (!loadedModule || !loadedModule.autocomplete) return; // Doesn't have an autocomplete function.
|
||||
|
||||
const runArgs = { "--tail": Boolean, "-t": Number };
|
||||
const runArgs = { "--tail": Boolean, "-t": Number, "--ram-override": Number };
|
||||
const flags = libarg(runArgs, {
|
||||
permissive: true,
|
||||
argv: command.slice(2),
|
||||
|
||||
Reference in New Issue
Block a user