That is, as you said, Capistrano being opinionated. "cap -T" will  
only show tasks with descriptions. If you want to show all tasks,  
regardless of whether they have a description or not, add a "-v":

   cap -Tv

That'll give you the full list. Note that if you only do "-T", and  
there are tasks that are not listed, Capistrano will say so at the  
end of the listing, and will let you know that you can try -Tv if you  
don't see what you want.

- Jamis

On May 7, 2007, at 3:24 PM, Chris McGrath wrote:

>
> I've a little capfile I use for server config tasks. I just noticed
> that unless I have a desc ".." for the task it won't appear when I do
> cap -f capfile -T.
>
> Perhaps this is capistrano being opinionated about task  
> documentation :)
>
> Cheers,
>
> Chris
>
> >


--~--~---------~--~----~------------~-------~--~----~
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