duod.utilities

Utilities for duod. Provides tools for checking if the build commands are available and executing them.

Members

Functions

getOutput
string getOutput(string command, string input = "")

Get the output of a shell command after passing it some input.

Static variables

hasDuo
bool hasDuo;

True if the duo command is avilable at runtime

hasYuglify
bool hasYuglify;

True if the yuglify command is avilable at runtime

Meta