Lines Matching refs:help
59 input_related.add_argument('-s', action='store_true', help='print an error if the document is not […
60 input_related.add_argument('-n', action='store_true', help='enable [n]amespace processing')
61 input_related.add_argument('-p', action='store_true', help='enable processing of external DTDs and …
62 input_related.add_argument('-x', action='store_true', help='enable processing of e[x]ternal entitie…
63 input_related.add_argument('-e', action='store', metavar='ENCODING', help='override any in-document…
64 input_related.add_argument('-w', action='store_true', help='enable support for [W]indows code pages…
65 input_related.add_argument('-r', action='store_true', help='disable memory-mapping and use [r]ead c…
66 input_related.add_argument('-g', metavar='BYTES', help='buffer size to request per call pair to XML…
67 input_related.add_argument('-k', action='store_true', help='when processing multiple files, [k]eep …
70 output_related.add_argument('-d', action='store', metavar='DIRECTORY', help='output [d]estination d…
72 output_mode.add_argument('-c', action='store_true', help='write a [c]opy of input XML, not canonica…
73 output_mode.add_argument('-m', action='store_true', help='write [m]eta XML, not canonical XML')
74 output_mode.add_argument('-t', action='store_true', help='write no XML output for [t]iming of plain…
75 output_related.add_argument('-N', action='store_true', help='enable adding doctype and [n]otation d…
82 help='set maximum tolerated [a]mplification factor (default: 100.0)')
83 billion_laughs.add_argument('-b', metavar='BYTES', help='set number of output [b]ytes needed to act…
87 … help='disable reparse deferral, and allow [q]uadratic parse runtime with large tokens')
89 parser.add_argument('files', metavar='FILE', nargs='*', help='file to process (default: STDIN)')
93 info.add_argument('-h', '--help', action='store_true', help='show this [h]elp message and exit')
94 info.add_argument('-v', '--version', action='store_true', help='show program\'s [v]ersion number an…