diff options
| author | Nathan Jaremko | 2019-03-02 20:30:54 -0500 | 
|---|---|---|
| committer | Nathan Jaremko | 2019-03-02 20:30:54 -0500 | 
| commit | 9c9fb906cd6c05105d96fa586f429764b12169ca (patch) | |
| tree | 1499d2e38c368952886fb72a01251be47448603c /src/commands.rs | |
| parent | 2d34d8e812f3e85b0d10f126bf5f334847d0fbca (diff) | |
| download | podcast-9c9fb906cd6c05105d96fa586f429764b12169ca.tar.bz2 | |
0.10.0 - Lots of Improvements
Diffstat (limited to 'src/commands.rs')
| -rw-r--r-- | src/commands.rs | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/src/commands.rs b/src/commands.rs new file mode 100644 index 0000000..f7c19b6 --- /dev/null +++ b/src/commands.rs @@ -0,0 +1,12 @@ +pub enum Command { +    Download, +    List, +    Play, +    Subscribe, +    Search, +    Remove, +    Complete, +    Refresh, +    Update, +    NoMatch, +} | 
