Clippy pedantic fixes
This commit is contained in:
@@ -2,6 +2,7 @@ use camino::Utf8PathBuf;
|
||||
use clap::{Parser, Subcommand};
|
||||
|
||||
|
||||
#[allow(clippy::pedantic)]
|
||||
#[derive(Debug, Parser, Default, Clone)]
|
||||
pub struct CliArgs {
|
||||
/// Show more info
|
||||
@@ -25,6 +26,7 @@ pub struct CliArgs {
|
||||
|
||||
}
|
||||
|
||||
#[allow(clippy::pedantic)]
|
||||
#[derive(Debug, Subcommand, Clone)]
|
||||
pub enum CliCommand {
|
||||
Download,
|
||||
|
||||
Reference in New Issue
Block a user