misc: rename to 'pgd'

This commit is contained in:
hdbg
2025-12-04 18:53:39 +01:00
parent 6e2ee650d8
commit 71f363fde9
11 changed files with 55 additions and 52 deletions

View File

@@ -23,7 +23,7 @@ async fn main() -> Result<()> {
let cli = Cli::parse();
init_tracing(cli.verbose);
info!("pgx.start");
info!("pgd.start");
let controller = Controller::new().await?;
match cli.command {