Add login dialog and username/password command line options

This commit is contained in:
Nick Hall
2017-09-25 22:44:47 +01:00
parent 1f9f08c3c5
commit c048ebcfbb
13 changed files with 100 additions and 32 deletions

View File

@@ -288,6 +288,8 @@ LONGOPTS = [
"oaf-ior-fd=",
"oaf-private",
"open=",
"username=",
"password=",
"create=",
"options=",
"screen=",
@@ -303,7 +305,7 @@ LONGOPTS = [
"quiet",
]
SHORTOPTS = "O:C:i:e:f:a:p:d:c:r:lLthuv?syq"
SHORTOPTS = "O:U:P:C:i:e:f:a:p:d:c:r:lLthuv?syq"
GRAMPS_UUID = uuid.UUID('516cd010-5a41-470f-99f8-eb22f1098ad6')