From 32e8646c3d2649d125d19556547f5bea1b847700 Mon Sep 17 00:00:00 2001 From: Giulia Naponiello Date: Dec 14 2018 14:38:26 +0000 Subject: Updating the README Updating the README with the updated parameters for the CLI. --- diff --git a/README.md b/README.md index 611aff1..5425a8d 100644 --- a/README.md +++ b/README.md @@ -95,13 +95,16 @@ or Options: - -C, --config-file PATH Specify a config file to use - -r, --result-id INTEGER Specify one or more results to be waived - -s, --subject TEXT Specify one subject for a result to waive - -t, --testcase TEXT Specify a testcase for the subject - -p, --product-version TEXT Specify one of PDC's product version - identifiers. - --waived / --no-waived Whether or not the result is waived - -c, --comment TEXT A comment explaining why the result is waived - -h, --help Show this message and exit. + -C, --config-file PATH Specify a config file to use. + -r, --result-id INTEGER Specify one or more results to be waived. + -s, --subject TEXT Deprecated. Use --subject-identifier and + --subject-type instead. Subject for a result to waive. + -i, --subject-identifier TEXT Subject identifier for a result to waive. + -T, --subject-type TEXT Subject type for a result to waive. + -t, --testcase TEXT Specify a testcase for the subject. + -p, --product-version TEXT Specify one of PDC's product version + identifiers. + --waived / --no-waived Whether or not the result is waived. + -c, --comment TEXT A comment explaining why the result is waived. + -h, --help Show this message and exit. ```