From 7e37b84ffd1c7bbdca11e63f64eb79708bbe9583 Mon Sep 17 00:00:00 2001 From: Trevor Fitzgerald Date: Mon, 16 Oct 2023 17:36:24 -0400 Subject: [PATCH] recommend db seeder during setup --- command/src/main.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/command/src/main.rs b/command/src/main.rs index 6574edfb..d59e27ee 100644 --- a/command/src/main.rs +++ b/command/src/main.rs @@ -44,9 +44,10 @@ fn main() -> std::io::Result<()> { .item("pgn-viewer", "PGN Viewer (Standalone)", "") .interact()?; - let setup_database = confirm("Do you want to seed the database with test users, games, etc?") - .initial_value(true) - .interact()?; + let setup_database = + confirm("Do you want to seed the database with test users, games, etc? (Recommended)") + .initial_value(true) + .interact()?; let (su_password, password) = if setup_database { (