mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
37d43bd6b2
commit
e29c081177
Binary file not shown.
@ -36,7 +36,7 @@ class CustomHelpFormatter(IndentedHelpFormatter):
|
|||||||
def format_heading(self, heading):
|
def format_heading(self, heading):
|
||||||
from calibre.utils.terminal import colored
|
from calibre.utils.terminal import colored
|
||||||
return "%*s%s:\n" % (self.current_indent, '',
|
return "%*s%s:\n" % (self.current_indent, '',
|
||||||
colored(heading, fg='blue'))
|
colored(heading, fg='blue', bold=True))
|
||||||
|
|
||||||
def format_option(self, option):
|
def format_option(self, option):
|
||||||
import textwrap
|
import textwrap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user