Lines Matching +full:m +full:- +full:class
2 # SPDX-License-Identifier: GPL-2.0
6 Ancillary argparse HelpFormatter class that works on a similar way as
13 - Positional arguments are shown in upper cases;
14 - if output is TTY, ``var`` and positional arguments are shown prepended
23 class EnrichFormatter(argparse.HelpFormatter):
30 Initialize class and check if is TTY.
42 lambda m: f'\033[1m{m.group(1)}\033[0m', text)