summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 7afba14..e21873a 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -48,12 +48,15 @@ enum Command {
/// Initialize config table in the database
Init {
/// Secret passed to rocket for encrypting cookies
+ #[structopt(long)]
rocket_secret_key: String,
/// Client secret for strava authentication
+ #[structopt(long)]
strava_client_secret: String,
/// Client id for strava authentication
+ #[structopt(long)]
strava_client_id: String,
},
/// Add a user account