[GRASS5] Options in Tcltkgrass fixed

Hello all

I fixed the tcltkgrass options list for commands so that flags (like -f
-m etc) will always be at the beginning of the list. For example for
g.manual before, the options would be

  g.manual entries=d.rast -d

Now they are

  g.manual -d entries=d.rast

Also, I updated the tcltkgrass module for g.manual
(src/tcltkgrass/module/g.manual) to reflect the options of the script as
opposed to the options of the command in src/general/g.manual. However,
somebody familiar with the script needs to fill in the browser parameter
properly. I had no idea what to do with that. I just put the same thing
as the entries parameter. Could somebody please take a look at that?

BTW, since we are using the script now, can we remove
src/general/g.manual to avoid confusion?

Please let me know of any problems.

--
Sincerely,

Jazzman (a.k.a. Justin Hickey) e-mail: jhickey@hpcc.nectec.or.th
High Performance Computing Center
National Electronics and Computer Technology Center (NECTEC)
Bangkok, Thailand

People who think they know everything are very irritating to those
of us who do. ---Anonymous

Jazz and Trek Rule!!!

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

Hi Justin,
hi all

On Wed, Jan 31, 2001 at 06:54:01PM +0700, Justin Hickey wrote:

Hello all

I fixed the tcltkgrass options list for commands so that flags (like -f
-m etc) will always be at the beginning of the list. For example for
g.manual before, the options would be

  g.manual entries=d.rast -d

Now they are

  g.manual -d entries=d.rast

that's perfect. Thanks for the update.

Also, I updated the tcltkgrass module for g.manual
(src/tcltkgrass/module/g.manual) to reflect the options of the script as
opposed to the options of the command in src/general/g.manual. However,
somebody familiar with the script needs to fill in the browser parameter
properly. I had no idea what to do with that. I just put the same thing
as the entries parameter. Could somebody please take a look at that?

Huidae, as you have been developing the g.manual script, could you
please looking into this?

BTW, since we are using the script now, can we remove
src/general/g.manual to avoid confusion?

Generally yes. Now the script will do job.
Any objections to delete src/general/g.manual?

Markus

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'