[twill] passing parameters to twill scripts

Michele Simionato michele.simionato at gmail.com
Thu Mar 9 05:08:19 PST 2006


Is there a way (or are there plans) to pass parameters to a twill script?

For instance I would like to pass to the script the URL to start with;
for instance
it could be http://my-site-devel.com or http://my-site-test.com or 
http://my-site-prod.com.

I would expect a bash-like syntax:

$ cat test.twill
go $1
echo 'done!'

$ twill-sh test.twill http://my-site-devel.com



More information about the twill mailing list