mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +01:00
Update autocomplete.rst
Removed references to .ns
This commit is contained in:
parent
a2288b035d
commit
d015f7bca1
@ -7,7 +7,7 @@ autocomplete() Netscript Function
|
|||||||
|
|
||||||
:RAM cost: 0 GB
|
:RAM cost: 0 GB
|
||||||
:param Object data: general data about the game you might want to autocomplete.
|
:param Object data: general data about the game you might want to autocomplete.
|
||||||
:param string[] args: current arguments. Minus `run script.ns`
|
:param string[] args: current arguments. Minus `run script.js`
|
||||||
|
|
||||||
data is an object with the following properties::
|
data is an object with the following properties::
|
||||||
|
|
||||||
@ -34,6 +34,6 @@ autocomplete() Netscript Function
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ run demo.ns mega\t
|
$ run demo.js mega\t
|
||||||
// results in
|
// results in
|
||||||
$ run demo.ns megacorp
|
$ run demo.js megacorp
|
||||||
|
Loading…
Reference in New Issue
Block a user