@@ -14,7 +14,7 @@ mod serve;
|
||||
use serve::*;
|
||||
|
||||
#[derive(Parser)]
|
||||
#[command(author, version, about = "SQ - Stored Queue Server", long_about = None, subcommand_required = true)]
|
||||
#[command(author, version, about = "SQ - SeedQueue Server", long_about = None, subcommand_required = true)]
|
||||
struct Command {
|
||||
#[command(subcommand)]
|
||||
command: Commands,
|
||||
|
||||
Reference in New Issue
Block a user