fix: a/b test 8: parsing view count for tracks

This commit is contained in:
ThetaDev 2023-08-23 11:28:00 +02:00
parent 93e5ad22e9
commit 22e298ff98
33 changed files with 389 additions and 260 deletions

View file

@ -20,10 +20,10 @@ struct Cli {
#[clap(subcommand)]
command: Commands,
/// Always generate a report (used for debugging)
#[clap(long)]
#[clap(long, global = true)]
report: bool,
/// YouTube visitor data cookie
#[clap(long)]
#[clap(long, global = true)]
vdata: Option<String>,
}