Previous topic

jup2jek.Jup2JekArgParser.convert_arg_line_to_args

Next topic

jup2jek.Jup2JekArgParser.exit

This Page

jup2jek.Jup2JekArgParser.error

Jup2JekArgParser.error(message: string)

Prints a usage message incorporating the message to stderr and exits.

If you override this in a subclass, it should not return – it should either exit or raise an exception.