@@ -12,7 +12,7 @@ result = runner.invoke(cli, ["artists", "--help"], prog_name='scrobbledb')
1212cog.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
3939cog.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'
8282cog.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
125125cog.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
0 commit comments