runCommand -package:wai-app-static -package:graphviz -package:github-release is:exact
Runs a command using the shell.
Given a list of command/action pairs, prompt the user to choose a
command using dmenu and return the corresponding action.
Run a command within the PlotM monad. Stderr stream is read
and decoded, while Stdout is ignored. Logging happens at the debug
level if the command succeeds, or at the error level if it does not
succeed.
Run the provided command with the provided arguments.
If the command filename does not contain a slash, then the
PATH environment variable is searched for the executable.