runCommand -package:options -package:shake -package:structured-cli -package:pandoc-plot -package:xmonad-contrib -package:shake-plus -package:graphviz -is:exact -package:hledger
Runs a command using the shell.
Run with the given middleware and parsing options from the command
line.
Since 2.0.1
runCommand1 foo = runCommand [foo =: 1]
Called before a command is about to run. The first argument is the
step index and the second is a string representing the command about
to be run.