Lines Matching refs:help

44 input_related.add_argument('-s', action='store_true', help='print an error if the document is not […
45 input_related.add_argument('-n', action='store_true', help='enable [n]amespace processing')
46 input_related.add_argument('-p', action='store_true', help='enable processing external DTDs and [p]…
47 input_related.add_argument('-x', action='store_true', help='enable processing of e[x]ternal entitie…
48 input_related.add_argument('-e', action='store', metavar='ENCODING', help='override any in-document…
49 input_related.add_argument('-w', action='store_true', help='enable support for [W]indows code pages…
50 input_related.add_argument('-r', action='store_true', help='disable memory-mapping and use normal f…
53 output_related.add_argument('-d', action='store', metavar='DIRECTORY', help='output [d]estination d…
55 output_mode.add_argument('-c', action='store_true', help='write a [c]opy of input XML, not canonica…
56 output_mode.add_argument('-m', action='store_true', help='write [m]eta XML, not canonical XML')
57 output_mode.add_argument('-t', action='store_true', help='write no XML output for [t]iming of plain…
58 output_related.add_argument('-N', action='store_true', help='enable adding doctype and [n]otation d…
60 parser.add_argument('files', metavar='FILE', nargs='*', help='files to process (default: STDIN)')
64 info.add_argument('-h', action='store_true', help='show this [h]elp message and exit')
65 info.add_argument('-v', action='store_true', help='show program\'s [v]ersion number and exit')