Access to raw command line?

Pieter Edelman p.edelman at gmail.com
Fri Apr 27 11:37:06 EDT 2007


Of course you're right about that. I think an optional GUI or wizard-
like interface (in this particular case) would be best, but I was
looking for an easy fix :) Thanks for the suggestion though.

On Apr 26, 5:25 pm, Michele Simionato <michele.simion... at gmail.com>
wrote:
> On Apr 26, 9:04 am, Pieter Edelman <p.edel... at gmail.com> wrote:
>
> > Hi,
>
> > I'm currently writing a command-line program in Python, which takes
> > commands in the form of:
> > ./myprog.py [OPTIONS] ARGS
>
> Once you start having too many arguments and options on the command
> line, you might
> consider using the cmd module of the standard library instead. Then
> you could implement your own
> expansion, and you would have portability for non-Unix system too.
>
>   Michele Simionato





More information about the Python-list mailing list