From 8b7dc7d90433d8e1df1ae482f14ec3290c9df013 Mon Sep 17 00:00:00 2001 From: Marcin Kirsz <marcin.kirsz@ed.ac.uk> Date: Tue, 28 Jan 2025 18:10:27 +0000 Subject: [PATCH] Update README.md --- examples/CLI/ex_0/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/CLI/ex_0/README.md b/examples/CLI/ex_0/README.md index 0b469c3..95a64fd 100644 --- a/examples/CLI/ex_0/README.md +++ b/examples/CLI/ex_0/README.md @@ -1,4 +1,4 @@ -# Example 0 - Basic Usage +# Example 0 - Help Guide In this example, we cover the essential usage of Tadah! by demonstrating how to access help information. Ensure Tadah! is installed and accessible through your `$PATH`. If not, use the full path to the Tadah binary in your commands. @@ -10,6 +10,12 @@ To display a list of subcommands and their descriptions, use: tadah --help ``` +or + +```bash +tadah -h +``` + ## Subcommand Help For help with specific subcommands, such as `train`, use: -- GitLab