cfleming
public fun <String, Any> leinArgs(): Map<String, Any> { var ret = hashMapOf<String, Any>() ret["gpg-path"] = settings.gpgPath return ret }