Previous topic

jup2jek.Jup2Jek.write_default_options

Next topic

jup2jek.Jup2JekArgParser.add_argument

This Page

jup2jek.Jup2JekArgParser

class jup2jek.Jup2JekArgParser[source]

Command line argument parser for jup2jek script.

usage: sphinx-build [-h] [-o [OPTIONS]]

optional arguments:
  -h, --help            show this help message and exit
  -o [OPTIONS], --options [OPTIONS]
                        Options file path if not default (options).

Methods

add_argument(dest, …[, name, name])
add_argument_group(self, \*args, \*\*kwargs)
add_mutually_exclusive_group(self, \*\*kwargs)
add_subparsers(self, \*\*kwargs)
convert_arg_line_to_args(self, arg_line)
error(message) Prints a usage message incorporating the message to stderr and exits.
exit(self[, status, message])
format_help(self)
format_usage(self)
get_default(self, dest)
parse_args(self[, args, namespace])
parse_intermixed_args(self[, args, namespace])
parse_known_args(self[, args, namespace])
parse_known_intermixed_args(self[, args, …])
print_help(self[, file])
print_usage(self[, file])
register(self, registry_name, value, object)
set_defaults(self, \*\*kwargs)