Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 712 Bytes

bitburner.autocompletedata.flags.md

File metadata and controls

24 lines (14 loc) · 712 Bytes

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[] }