Updates to address comments

This commit is contained in:
tahahawa
2025-04-14 11:03:47 -04:00
committed by taha
parent 508ca3352d
commit 0a5d3b531a
3 changed files with 34 additions and 12 deletions

View File

@@ -15,13 +15,14 @@ This is the harmony CLI, a minimal implementation
The current help text:
```
Usage: example-cli [OPTIONS] --run <RUN>
Usage: example-cli [OPTIONS]
Options:
-r, --run <RUN> Name of score to run
-i, --interactive Run interactive or not
-a, --all Run all or nth
-n, --number <NUMBER> Run nth matching, zero indexed [default: 0]
-l, --list list scores, will also be affected by run filter
-h, --help Print help
-V, --version Print version
```