Hello.
I'm switching to toys from rake.
And there is in rake sh command prints executing command itself, like:
sh 'git status'
# > git status
# On branch master
In toys there is sh method after include :exec, but without ability to print getting command.
Maybe it even be with true default.