docs: document update force and artist limit flags

This commit is contained in:
Mathis Maquenne
2026-08-05 23:10:13 +02:00
parent dddfad4984
commit d3a536f744
+5
View File
@@ -67,6 +67,9 @@ godeez update --check
# Download, verify, and install it
godeez update
# Reinstall even if already up to date
godeez update --force
```
The new binary is verified against the release's published SHA256 checksum
@@ -198,6 +201,8 @@ Flags:
Use "godeez download [command] --help" for more information about a command.
```
> **Note:** The `artist` command takes an extra `-l, --limit` flag to choose how many top tracks to download (default 10, maximum 100).
### Examples
```bash