runCommand -package:wai-app-static -package:graphviz -package:github-release is:exact

Runs a command using the shell.
Run a Command.
Either calls the given continuation, prints help text and calls exitSuccess, or prints an error and calls exitFailure. See runSubcommand for details on subcommand support.
Execute a Command.
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.