Hi pythonistas,
While playing with the Python Standard Library, i came across "cmd".
So I'm trying to make a console application. Everything works fine, i
created many function with do_....(self, line) prefix, but when i
tried to create a function with more arguments
 i can't make it work.  e.g
def do_connect(self, ip, command):

>>> connect 127.0.0.1 delete
 Are there any work arounds

Thanks in advance

Antonis
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to