button.command

Members

Classes

CommandError
class CommandError

Thrown if a command fails.

Functions

escapeShellArg
string escapeShellArg(string arg)

Escapes the argument according to the rules of bash, the most commonly used shell. This is mostly used for cosmetic purposes when printing out argument arrays where they could be copy-pasted into a shell.

Structs

Command
struct Command

A single command.

Meta

Authors

Jason White