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 +```