andrewoma
fun leinArgs(): Map<String, Any?> { val ret = hashMapOf<String, Any?>() ret.put("gpg-path", settings.gpgPath) return ret }