Adam Ralph

Results 214 comments of Adam Ralph

Hi @karthik25 thanks for raising this, I'll take a look ASAP.

@karthik25 after careful consideration I've decided to mothball this project. If you're interested in taking it over, please let me know.

Currently in beta, but `bau.CurrentTask` seems to return the top level task instead of the current task.

@eatdrinksleepcode awesome, thanks! I'm busy at NDC right now but I'll take a close look ASAP.

Sorry @eatdrinksleepcode, same with this one, will need rebasing.

FYI #203 is close to being merged

I like the `-p Thing1=one -p "Thing2=two things"` proposition and yes, this should just fit in to the current arg parsing logic without too much change required.

Yeah, this really needs to get done. I need to make a general push on Bau features soon. It hasn't had enough love for a while :stuck_out_tongue:

My thoughts were to follow the precedents set by Rake and, to some extent, gulp: ``` bash scriptcs baufile.csx -- -T # Display all tasks which have a description scriptcs...

Descriptions are already covered in https://github.com/bau-build/bau/issues/65 so this issue is probably dependent on that. I guess both could be solved in one PR though. `rake -P` gives something like this...