runCommand -package:structured-cli -package:github-release -package:pandoc-plot -package:shake-plus -package:shake -package:xmonad-contrib -package:cabal-install -package:graphviz -package:quickcheck-state-machine -package:io-streams -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.