• Home
  • Raw
  • Download

Lines Matching refs:add_argument

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