compliance_tool: update readme
1 open thread
1 open thread
Compare changes
+ 38
− 10
@@ -30,28 +30,56 @@ def main():
@@ -30,28 +30,56 @@ def main():
description='Compliance tool for creating and checking json and xml files in compliance with "Details of the '
parser.add_argument('action', choices=['create', 'c', 'schema', 's', 'deserialization', 'd', 'example', 'e',
parser.add_argument('file_2', nargs='?', default=None, help="path to file 2: is required if action f or files is "
parser.add_argument('-s', '--schema', help="path to the aas schema: is required if action s or schema is choosen.",
parser.add_argument('-v', '--verbose', help="display all information occurred while checking: 1: Error information,"
parser.add_argument('-q', '--quite', help="no information output if successful", action='store_true')
parser.add_argument('-l', '--logfile', help="creates the log additional in the given file", default=None)