ifctester docs for command line use

This commit is contained in:
Andrej730
2024-04-16 14:21:21 +05:00
parent e1e169ece8
commit b458aea6b9
2 changed files with 18 additions and 2 deletions
+2 -2
View File
@@ -31,10 +31,10 @@ parser.add_argument(
"-r", "--reporter", type=str, help="The reporting method to view audit results", default="Console"
)
parser.add_argument(
"--no-color", help="Disable colour output supported by Console reporting", action="store_true"
"--no-color", help="Disable colour output (supported by Console reporting)", action="store_true"
)
parser.add_argument(
"-o", "--output", help="Output file supported by Json reporting"
"-o", "--output", help="Output file (supported for all types of reporting except Console)"
)
args = parser.parse_args()