From 67ff51549f5391578db178d61340c5c4e39dea1a Mon Sep 17 00:00:00 2001 From: kevin Date: Sun, 1 Dec 2024 14:54:37 -0500 Subject: [PATCH] README.md : Update command line doc. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 766acf6..1bbfa63 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,17 @@ make install # installs into caw/build/linux/release/bin ``` +## Command Line + +``` + caw ui {} : Run with a GUI. + caw exec : Run without a GUI. + caw hw_report : Print the hardware details and exit. + caw test ( | all) ( | all) (compare | echo | gen_report )* {args ...} + caw test_stub ... +``` + +Test Example Command line +``` +caw test ~/src/cwtest/src/cwtest/cfg/main.cfg /time all echo +```