refactor: clean up
This commit is contained in:
parent
b96bdb3068
commit
46df9f7aeb
2 changed files with 0 additions and 5 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue