sunox 0.0.15

Generate AI music from your terminal via direct Suno web workflows
1
2
3
4
5
6
#[derive(clap::Args)]
pub struct DoctorArgs {
    /// Diagnose DNS, direct TCP, and HTTPS connectivity to Suno authentication and API endpoints
    #[arg(long)]
    pub network: bool,
}