module documentation

Parse command line arguments for xref.

Class XrefParser Subclass the tool parser to retain the raw input field.
Function make_parser Make parser for command line args.
Function parse_args Parse command line args.
def make_parser(): (source)

Make parser for command line args. Returns: A Parser object.

def parse_args(argv): (source)

Parse command line args. Arguments: argv: Raw command line args, typically sys.argv[1:] Returns: A tuple of ( parsed_args: argparse.Namespace, kythe_args: kythe.Args, pytype_options: pytype.config.Options)