1
0
Fork 0

issue #869: added small documentation for executing scripts

This commit is contained in:
Thomas Schmidts 2014-05-22 14:49:38 +02:00
parent f728f5ce2b
commit 775fc5275d
1 changed files with 7 additions and 0 deletions

View File

@ -59,6 +59,13 @@ For a list of available methods for the `db` object, type
arangosh> db._help();
Note that it also possible to execute scripts in arangosh and pass parameters
to the file, e.g.:
> arangosh --javascript.execute myscript.js parameter1 parameter2
Inside the script you can use the "ARGUMENTS" array to access the parameters.
ArangoDB Shell Output {#UserManualArangoshOutput}
=================================================