.
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
use std::path::PathBuf;
|
||||
use clap::{Args, Parser, Subcommand};
|
||||
use std::path::PathBuf;
|
||||
|
||||
#[derive(Args)]
|
||||
pub(crate) struct QueryArgs {
|
||||
@@ -31,4 +31,4 @@ pub(crate) enum Command {
|
||||
pub(crate) struct AppArgs {
|
||||
#[command(subcommand)]
|
||||
pub(crate) command: Option<Command>,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user