bitburner-src/markdown/bitburner.autocompletedata.flags.md
G4mingJon4s 651b17739c
NETSCRIPT: Add ns.self() as a free info function (#1636)
* added utility info

* moved info to running script

* fix for RAM cost

* description changes

Co-authored-by: David Walker <d0sboots@gmail.com>

* fixed wrong formatting

* Added parent to ignored fields

---------

Co-authored-by: David Walker <d0sboots@gmail.com>
2024-09-07 17:34:24 -07:00

712 B

Home > bitburner > AutocompleteData > flags

AutocompleteData.flags() method

Parses the flags schema on the already inputted flags

Signature:

flags(schema: [string, string | number | boolean | string[]][]): { [key: string]: ScriptArg | string[] };

Parameters

Parameter Type Description
schema [string, string | number | boolean | string[]][]

Returns:

{ [key: string]: ScriptArg | string[] }