run
SubsystemRuns one or multiple scripts from source or a serialized scripts.
-f/--files [file0] [file1] ...
-a/--args [arg0] [arg1] ...
-b/--benchmark [True|False]
--include [dir0] [dir1] ...
[BS_DIR]/data/include
--interfaces [interfaceName0] [interfaceName1] ...
Convert, Console, Collection
--optimize
false
--nologo
Execute the Script MyScript.bs
with all default values.
bs run -f MyScript.bs
Execute the Script MyScript.bs
with startup arguments.
bs run -f MyScript.bs -a Argument0 Argument1
Execute the Script MyScript.bs
with the FileSystem
Interface loaded by default.
bs run -f MyScript.bs --interfaces Convert Console Collection FileSystem
Note: When Explicitly specifying the interfaces, the default interfaces need to be specified.