websites: default: fix sw adn co

This commit is contained in:
nym21
2025-06-11 21:08:42 +02:00
parent 1348f3c24c
commit c8b3afa56b
8 changed files with 68 additions and 42 deletions
+2 -2
View File
@@ -20,9 +20,9 @@ struct Cli {
#[derive(Subcommand, Debug)]
enum Commands {
/// Run the indexer, computer and server
/// Run the indexer, computer and server, use `run -h` for more information
Run(RunConfig),
/// Query generated datasets via the `run` command in a similar fashion as the server's API
/// Query generated datasets via the `run` command in a similar fashion as the server's API, use `query -h` for more information
Query(QueryArgs),
}