mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Add simple search command description
This commit is contained in:
parent
0ef4980ab3
commit
5b8a4b9969
2 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,8 @@ use crunchyroll_rs::search::QueryResults;
|
|||
use crunchyroll_rs::{Episode, Locale, MediaCollection, MovieListing, MusicVideo, Series};
|
||||
|
||||
#[derive(Debug, clap::Parser)]
|
||||
#[clap(about = "Search in videos")]
|
||||
#[command(arg_required_else_help(true))]
|
||||
pub struct Search {
|
||||
#[arg(help = format!("Audio languages to include. \
|
||||
Available languages are: {}", Locale::all().into_iter().map(|l| l.to_string()).collect::<Vec<String>>().join(", ")))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue