Arguments from the command line
aug dawg
augdawg09 at gmail.com
Mon Sep 6 11:48:29 EDT 2010
I've seen Python programs that can be activated from the command line. For
example:
hg
This displays a list of commands for the Mercurial revision control system.
But another command is this:
hg commit "This is a commit name"
Mercurial is written in Python. I know that commit is a function that
commits to a repo, but what command does the program use in order to get the
commit name, like "This is a commit name" (This would make a commit with
"This is a commit name" as the commit name)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100906/680b50d0/attachment.html>
More information about the Python-list
mailing list