Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#491 closed enhancement (wontfix)

shp2pgsql-gui.exe should divulge its command line options

Reported by: bmmpxf Owned by: pramsey
Priority: low Milestone: PostGIS 1.5.2
Component: postgis Version: 1.5.X
Keywords: gui shp2pgsql Cc:

Description

You can do things like

shp2pgsql-gui.exe -Upostgres

and that info gets populated in the appropriate field. However, running either

shp2pgsql-gui.exe —help

or

shp2pgsql-gui.exe /?

doesn't yield anything. What else can one populate in these fields and how?

BTW, this GUI is awesome and was sorely needed. Thanks!

Change History (3)

comment:1 by pramsey, 14 years ago

Resolution: wontfix
Status: newclosed

I have not been able to find any way of doing this. Basically, in order to get an app that runs without creating a stub console, we have to compile in -mwindows mode, but when we do that, we also lose the ability to print things out on the console… for reference, the command line options are:

-d database
-h host
-U username
-W password
-p port

comment:2 by bmmpxf, 14 years ago

Okay, thanks. But how about putting that info in the text in the "About" button? There must be a way to put it somewhere aside from buried deep in the documentation. I can make a different ticket for this if you'd like.

comment:3 by pramsey, 14 years ago

Sure, re-ticket a feature to put this in the about box…

Note: See TracTickets for help on using tickets.