From 08f3e1fd7625be22c4eeba0177088fcae564e3ab Mon Sep 17 00:00:00 2001 From: Adam Hamrick Date: Fri, 20 Sep 2024 15:47:55 -0400 Subject: [PATCH] Condense README --- tools/citool/README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/tools/citool/README.md b/tools/citool/README.md index dfbf49d4a..42525b0d4 100644 --- a/tools/citool/README.md +++ b/tools/citool/README.md @@ -1,15 +1,5 @@ # A tool to manage E2E tests on Github CI -Available Commands: -check-tests Check if all tests in a directory are included in the test configurations YAML file -completion Generate the autocompletion script for the specified shell -csvexport Export tests to CSV format -filter Filter test configurations based on specified criteria -help Help about any command -test-config Manage test config - -## Usage - -```bash -go run main.go +```sh +go run . -h # See run commands ```