pallet / stevedore

A shell script embedding in clojure
93 stars 14 forks source link

Reinstate chain-commands*, etc #12

Closed hugoduncan closed 13 years ago

hugoduncan commented 13 years ago

Pallet has a lot of code that used chain-commands, and other \ functions, which are not in the latest develop HEAD.

I'm okay with deprecating these, or renaming, but they need to exist for a while.

This begs the question of whether do-script, chain-commands, and checked-commands should take a vector argument or varargs as currently implemented.