sunox 0.0.16

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

    /// Return a non-zero exit code when a requested diagnostic is degraded
    #[arg(long, requires = "network")]
    pub strict: bool,
}