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