On Jan 21, 2010, at 1:45 PM, Phlip wrote:

> Fabbers:
> So I'd like to write a fabfile.py with this in it...
> 
>    def default():
>        test()
> 
> Then I'd like to call the default when I hit fab<enter>. Instead, I
> now get the help message.

If you're concerned about the typing, just make a quick shell script, ahead of 
fab in the path, that calls `fab default` and make sure there's a default in 
your local fabfile.py.

Now, having commands loaded from ~/.fabricrc  (which sub-project I've lost 
track of the status of), would be helpful.

S

Stephen F. Steiner
Integrated Development Corporation
sstei...@integrateddevcorp.com
www.integrateddevcorp.com 
(603)433-1232






_______________________________________________
Fab-user mailing list
Fab-user@nongnu.org
http://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to