Re: Command Line Options

2000-08-22 Thread Garry R. Osgood
e lightly used tools. They establish certain habits in their own right. Miles O'Neill observed. I almost did this when I revamped the command line options a year or so ago. I didn't for the "backwards compatibility" reasons. With much wider distribution of the GIMP now, I wish I'd

Re: Command Line Options

2000-08-22 Thread Marc Lehmann
On Tue, Aug 22, 2000 at 01:37:58AM +0200, "Steinar H. Gunderson" [EMAIL PROTECTED] wrote: But then, most other GNU programs use -V for --version and -v for --verbose, right? I completely agree that we should strive not to break anything, but the question is what (if anything) we'll break, vs.

Command Line Options

2000-08-21 Thread Piers Cornwell
Hi, I wanted to clean up the command line options a little (to make gimp even more perfect:) and so i made some changes to not just the formatting, but also the options themselves. I just wanted to see what other people think of this, and if the -v - -V change will affect anyone adversely

Re: Command Line Options

2000-08-21 Thread Piers Cornwell
Hi, I forgot to say what changes i'd made (d'oh!). Here's a list: * Add "-c" as synonym for "--console-messages" * Add "-d" as synonym for "--no-data" * Add "-n" as synonym for "--no-interface" * Add "-s" as synonym for "--no-splash" * Add "-S" as synonym for "--no-splash-image" * Add

Re: Command Line Options

2000-08-21 Thread Garry R. Osgood
Piers Cornwell wrote: Hi, snipped... * Add "-v" as synonym for "--verbose" * Remove "-v" as synonyn for "--version" * Add "-V" as synonym for "--version" I'd keep -v = --version and add -V = --verbose. This, out of respect for backward compatibility for any version checking automata.

Re: Command Line Options

2000-08-21 Thread Guillermo S. Romero / Familia Romero
[EMAIL PROTECTED] (2000-08-21 at 1913.32 -0400): * Add "-v" as synonym for "--verbose" * Remove "-v" as synonyn for "--version" * Add "-V" as synonym for "--version" I'd keep -v = --version and add -V = --verbose. This, out of respect for backward compatibility for any version checking

Re: Command Line Options

2000-08-21 Thread Steinar H. Gunderson
On Mon, Aug 21, 2000 at 07:13:32PM -0400, Garry R. Osgood wrote: I'd keep -v = --version and add -V = --verbose. This, out of respect for backward compatibility for any version checking automata. But then, most other GNU programs use -V for --version and -v for --verbose, right? I completely

Re: Command Line Options

2000-08-21 Thread Miles O'Neal
revamped the command line options a year or so ago. I didn't for the "backwards compatibility" reasons. With much wider distribution of the GIMP now, I wish I'd done it then. I vote to change it. -Miles