190
190
"""Get a generic option as a boolean - no special process, no default.
192
192
:return None if the option doesn't exist or its value can't be
195
195
s = self._get_user_option(option_name)
218
198
def gpg_signing_command(self):
219
199
"""What program should be used to sign signatures?"""