fix: a/b test 8: parsing view count for tracks
This commit is contained in:
parent
93e5ad22e9
commit
22e298ff98
33 changed files with 389 additions and 260 deletions
|
|
@ -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>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue