aboutsummaryrefslogtreecommitdiffstats
path: root/src/commands.rs
blob: f7c19b65dfcbd6af661dd970a855006fe5242ed3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
pub enum Command {
    Download,
    List,
    Play,
    Subscribe,
    Search,
    Remove,
    Complete,
    Refresh,
    Update,
    NoMatch,
}