fix: remove unused imports and make Args public
This commit is contained in:
@@ -79,7 +79,7 @@ lazy_static! {
|
||||
|
||||
#[derive(Parser, Debug)]
|
||||
#[command(author, version, about, long_about = None)]
|
||||
struct Args {
|
||||
pub struct Args {
|
||||
#[command(flatten)]
|
||||
mode: ModeArgs,
|
||||
#[command(flatten)]
|
||||
|
||||
Reference in New Issue
Block a user