OK, Here's the problem...
I'm using Cap as a basic shell script replacement (I don't use SCM
etc) I like that it gives you descriptions and namespaces and such for
tasks, and it's all going swimmingly - except...
I'd like to be able to read the arguments off the command into an
array...

cap upload dir_a dir_b dir_c

I know that the capistrano multistage extension reads several items
from the command line, so it should be possible.

If i just execute the above as is, I get a "task dir_a not
found" (although I can still use the arguments with ARGV[]).

TIA,
-Adam


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to