# triage | |
``` | |
USAGE: | |
triage [OPTIONS] --data <data_directory> | |
FLAGS: | |
-h, --help Prints help information | |
-V, --version Prints version information | |
OPTIONS: | |
--config <config_files>... Config files | |
--data <data_directory> Directory to read diagnostic (snapshot) files from. | |
--exclude-tag <exclude_tags>... Which tags we should exclude | |
--output-format <output_format> How to print the results. [default: text] | |
--tag <tags>... Which tags we should include | |
``` |