module documentation

Command line interface.

Unknown Field: copyright
Copyright 2006-2021 by the Pygments team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Class ​Help​Formatter Undocumented
Function ​_parse​_filters Undocumented
Function ​_parse​_options Undocumented
Function ​_print​_help Undocumented
Function ​_print​_list Undocumented
Function ​_print​_list​_as​_json Undocumented
Function main Main command line entry point.
Function main​_inner Undocumented
def _parse_filters(f_strs):

Undocumented

def _parse_options(o_strs):

Undocumented

def _print_help(what, name):

Undocumented

def _print_list(what):

Undocumented

def _print_list_as_json(requested_items):

Undocumented

def main(args=sys.argv):
Main command line entry point.
def main_inner(parser, argns):

Undocumented