diff --git a/conf/src/lib.rs b/conf/src/lib.rs index 846a8d7..126b017 100644 --- a/conf/src/lib.rs +++ b/conf/src/lib.rs @@ -171,6 +171,11 @@ impl GvaCommand { .msg(format!("Path ? [{}]", conf.path)) .default(conf.path) .get(); + // playgroundPath + conf.path = input() + .msg(format!("playground path ? [{}]", conf.playground_path)) + .default(conf.playground_path.clone()) + .get(); // subscriptionsPath conf.subscriptions_path = input() .msg(format!(