e.g. ``` ruby run :foo do run(:bar, 'some arg', 'other arg') end run :bar do |argv| system *%w(command asdf) + argv end ```