refactor: clean up

This commit is contained in:
Matthieu Bessat 2025-10-11 23:01:31 +02:00
parent b96bdb3068
commit 46df9f7aeb
2 changed files with 0 additions and 5 deletions

View file

@ -53,10 +53,6 @@ enum GeneratorArgsSubCommands {
#[derive(FromArgs)]
/// SQLX Generator args
struct GeneratorArgs {
/// whether or not to debug
#[argh(switch, short = 'd')]
debug: bool,
/// path where to find Cargo.toml
#[argh(option)]
project_root: Option<String>,