Added --yaml-out flag

This commit is contained in:
Jan
2023-08-15 14:33:22 +02:00
committed by GitHub
parent 03a9caf0eb
commit c2ee276609

View File

@@ -91,7 +91,7 @@ The usage of OSACA can be listed as:
[--ignore-unknown] [--lcd-timeout SECONDS]
[--db-check] [--import MICROBENCH] [--insert-marker]
[--export-graph GRAPHNAME] [--consider-flag-deps]
[--out OUT] [--verbose]
[--out OUT] [--yaml-out YAML_OUT] [--verbose]
FILEPATH
-h, --help
@@ -133,6 +133,8 @@ The usage of OSACA can be listed as:
Increases verbosity level
-o OUT, --out OUT
Write analysis to this file (default to stdout)
--yaml-out YAML_OUT
Write analysis as YAML representation to this file
The **FILEPATH** describes the filepath to the file to work with and is always necessary, use "-" to read from stdin.