sunox 0.0.10

Generate AI music from your terminal via direct Suno web workflows
1
2
3
4
5
6
7
8
9
#[derive(clap::Args)]
pub struct WaitArgs {
    /// Clip ID(s) to wait for
    pub ids: Vec<String>,

    /// Max wait time in seconds
    #[arg(long)]
    pub timeout: Option<u64>,
}