190
181
"""Get a generic option as a boolean - no special process, no default.
192
183
:return None if the option doesn't exist or its value can't be
195
186
s = self._get_user_option(option_name)
196
187
return ui.bool_from_string(s)
210
189
def gpg_signing_command(self):
211
190
"""What program should be used to sign signatures?"""
212
191
result = self._gpg_signing_command()