21 public override object Parse(
string[] args)
27 string file = args.First();
28 settings.Files =
new[]
42 settings.Files =
new[]
Exposes the BadScript Runtime Functionality to Consumers.
Static class that contains all the directories used by the console.
static string DataDirectory
The Data Directory.
Default Run System Is used to enable running scripts by simply typing "bs my/path/to/script....
BadDefaultRunSystem(BadRuntime runtime)
Creates a new BadDefaultRunSystem instance.
override object Parse(string[] args)
Runs one or more BadScript scripts.
Settings for the Run System.
Public interface for the filesystem abstraction of the BadScript Engine.
static IFileSystem Instance
File System implementation.
bool IsFile(string path)
Returns true if the given path is a file.
Contains the 'run' console command implementation.
Contains IO Implementation for the BadScript2 Runtime.