allow db to be specified on command line
Brought to you by:
moonwink
When the app is started, it should check the command
line for overrides to the preferences file--in
particular, it should be possible to specify the db
filename on the command line, and it would also be
nice to allow a "readonly" flag there.
But if the only parameter is a filename, that file
should be opened as the initial db.
This should allow databases to be opened by sqlitecc
within windows by simply double-clicking on a db file
(once the sqlitecc app has been associated with
the .db filetype).
Logged In: YES
user_id=1555748
Patch #1526036 provides this feature.