Skip to content

Commit e33b809

Browse files
Copilotcrossjam
andcommitted
Regenerate docs with scrobbledb instead of cli
Co-authored-by: crossjam <208062+crossjam@users.noreply.github.com>
1 parent 3b3cb5c commit e33b809

15 files changed

Lines changed: 42 additions & 42 deletions

File tree

docs/commands/albums.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ result = runner.invoke(cli, ["albums", "--help"], prog_name='scrobbledb')
1212
cog.out("```\n" + result.output + "```")
1313
]]] -->
1414
```
15-
Usage: cli albums [OPTIONS] COMMAND [ARGS]...
15+
Usage: scrobbledb albums [OPTIONS] COMMAND [ARGS]...
1616
1717
Album investigation commands.
1818
@@ -38,7 +38,7 @@ result = runner.invoke(cli, ["albums", "search", "--help"], prog_name='scrobbled
3838
cog.out("```\n" + result.output + "```")
3939
]]] -->
4040
```
41-
Usage: cli albums search [OPTIONS] QUERY
41+
Usage: scrobbledb albums search [OPTIONS] QUERY
4242
4343
Search for albums using fuzzy matching.
4444
@@ -76,7 +76,7 @@ result = runner.invoke(cli, ["albums", "show", "--help"], prog_name='scrobbledb'
7676
cog.out("```\n" + result.output + "```")
7777
]]] -->
7878
```
79-
Usage: cli albums show [OPTIONS] [ALBUM_TITLE]
79+
Usage: scrobbledb albums show [OPTIONS] [ALBUM_TITLE]
8080
8181
Display detailed information about a specific album and list its tracks.
8282

docs/commands/artists.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ result = runner.invoke(cli, ["artists", "--help"], prog_name='scrobbledb')
1212
cog.out("```\n" + result.output + "```")
1313
]]] -->
1414
```
15-
Usage: cli artists [OPTIONS] COMMAND [ARGS]...
15+
Usage: scrobbledb artists [OPTIONS] COMMAND [ARGS]...
1616
1717
Artist investigation commands.
1818
@@ -39,7 +39,7 @@ result = runner.invoke(cli, ["artists", "list", "--help"], prog_name='scrobbledb
3939
cog.out("```\n" + result.output + "```")
4040
]]] -->
4141
```
42-
Usage: cli artists list [OPTIONS]
42+
Usage: scrobbledb artists list [OPTIONS]
4343
4444
List all artists in the database with play statistics.
4545
@@ -82,7 +82,7 @@ result = runner.invoke(cli, ["artists", "top", "--help"], prog_name='scrobbledb'
8282
cog.out("```\n" + result.output + "```")
8383
]]] -->
8484
```
85-
Usage: cli artists top [OPTIONS]
85+
Usage: scrobbledb artists top [OPTIONS]
8686
8787
Show top artists with flexible time range support.
8888
@@ -125,7 +125,7 @@ result = runner.invoke(cli, ["artists", "show", "--help"], prog_name='scrobbledb
125125
cog.out("```\n" + result.output + "```")
126126
]]] -->
127127
```
128-
Usage: cli artists show [OPTIONS] [ARTIST_NAME]
128+
Usage: scrobbledb artists show [OPTIONS] [ARTIST_NAME]
129129
130130
Display detailed information about a specific artist.
131131

docs/commands/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ result = runner.invoke(cli, ["auth", "--help"], prog_name='scrobbledb')
1212
cog.out("```\n" + result.output + "```")
1313
]]] -->
1414
```
15-
Usage: cli auth [OPTIONS]
15+
Usage: scrobbledb auth [OPTIONS]
1616
1717
Save authentication credentials to a JSON file
1818

docs/commands/browse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ result = runner.invoke(cli, ["browse", "--help"], prog_name='scrobbledb')
1212
cog.out("```\n" + result.output + "```")
1313
]]] -->
1414
```
15-
Usage: cli browse [OPTIONS] [DATABASE]
15+
Usage: scrobbledb browse [OPTIONS] [DATABASE]
1616
1717
Browse tracks in an interactive TUI.
1818

docs/commands/config.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ result = runner.invoke(cli, ["config", "--help"], prog_name='scrobbledb')
1212
cog.out("```\n" + result.output + "```")
1313
]]] -->
1414
```
15-
Usage: cli config [OPTIONS] COMMAND [ARGS]...
15+
Usage: scrobbledb config [OPTIONS] COMMAND [ARGS]...
1616
1717
Configuration and database management commands.
1818
@@ -39,7 +39,7 @@ result = runner.invoke(cli, ["config", "init", "--help"], prog_name='scrobbledb'
3939
cog.out("```\n" + result.output + "```")
4040
]]] -->
4141
```
42-
Usage: cli config init [OPTIONS]
42+
Usage: scrobbledb config init [OPTIONS]
4343
4444
Initialize scrobbledb data directory and database.
4545
@@ -64,7 +64,7 @@ result = runner.invoke(cli, ["config", "reset", "--help"], prog_name='scrobbledb
6464
cog.out("```\n" + result.output + "```")
6565
]]] -->
6666
```
67-
Usage: cli config reset [OPTIONS] [DATABASE]
67+
Usage: scrobbledb config reset [OPTIONS] [DATABASE]
6868
6969
Reset the scrobbledb database.
7070
@@ -92,7 +92,7 @@ result = runner.invoke(cli, ["config", "location", "--help"], prog_name='scrobbl
9292
cog.out("```\n" + result.output + "```")
9393
]]] -->
9494
```
95-
Usage: cli config location [OPTIONS]
95+
Usage: scrobbledb config location [OPTIONS]
9696
9797
Display scrobbledb configuration and data directory locations.
9898

docs/commands/export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ result = runner.invoke(cli, ["export", "--help"], prog_name='scrobbledb')
1212
cog.out("```\n" + result.output + "```")
1313
]]] -->
1414
```
15-
Usage: cli export [OPTIONS] [[plays|tracks|albums|artists]]
15+
Usage: scrobbledb export [OPTIONS] [[plays|tracks|albums|artists]]
1616
1717
Export scrobble data in various formats.
1818

docs/commands/import.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ result = runner.invoke(cli, ["import", "--help"], prog_name='scrobbledb')
1212
cog.out("```\n" + result.output + "```")
1313
]]] -->
1414
```
15-
Usage: cli import [OPTIONS] [DATABASE]
15+
Usage: scrobbledb import [OPTIONS] [DATABASE]
1616
1717
Import scrobbles to the database from a file or stdin.
1818

docs/commands/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ result = runner.invoke(cli, ["index", "--help"], prog_name='scrobbledb')
1212
cog.out("```\n" + result.output + "```")
1313
]]] -->
1414
```
15-
Usage: cli index [OPTIONS] [DATABASE]
15+
Usage: scrobbledb index [OPTIONS] [DATABASE]
1616
1717
Set up and rebuild FTS5 full-text search index.
1818

docs/commands/ingest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ result = runner.invoke(cli, ["ingest", "--help"], prog_name='scrobbledb')
1212
cog.out("```\n" + result.output + "```")
1313
]]] -->
1414
```
15-
Usage: cli ingest [OPTIONS] [DATABASE]
15+
Usage: scrobbledb ingest [OPTIONS] [DATABASE]
1616
1717
Ingest play history from last.fm/libre.fm to a SQLite database.
1818

docs/commands/plays.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ result = runner.invoke(cli, ["plays", "--help"], prog_name='scrobbledb')
1212
cog.out("```\n" + result.output + "```")
1313
]]] -->
1414
```
15-
Usage: cli plays [OPTIONS] COMMAND [ARGS]...
15+
Usage: scrobbledb plays [OPTIONS] COMMAND [ARGS]...
1616
1717
Play history commands.
1818
@@ -36,7 +36,7 @@ result = runner.invoke(cli, ["plays", "list", "--help"], prog_name='scrobbledb')
3636
cog.out("```\n" + result.output + "```")
3737
]]] -->
3838
```
39-
Usage: cli plays list [OPTIONS]
39+
Usage: scrobbledb plays list [OPTIONS]
4040
4141
List recent plays with filtering and pagination.
4242

0 commit comments

Comments
 (0)