Add automatic distribution

This commit is contained in:
hal8174 2025-03-31 23:28:18 +02:00
parent 721e83006d
commit aee56af22f
5 changed files with 386 additions and 14 deletions

View file

@ -30,7 +30,7 @@ struct Args {
#[arg(short, long, default_value = "none")]
tracing: Tracing,
#[arg(long, default_value = "ca-fbh")]
#[arg(long, default_value = "ca-bq")]
pathfinder: PathfinderArg,
}