aboutsummaryrefslogtreecommitdiffstats
path: root/src/commands.rs
diff options
context:
space:
mode:
authorNathan Jaremko2019-03-02 20:30:54 -0500
committerNathan Jaremko2019-03-02 20:30:54 -0500
commit9c9fb906cd6c05105d96fa586f429764b12169ca (patch)
tree1499d2e38c368952886fb72a01251be47448603c /src/commands.rs
parent2d34d8e812f3e85b0d10f126bf5f334847d0fbca (diff)
downloadpodcast-9c9fb906cd6c05105d96fa586f429764b12169ca.tar.bz2
0.10.0 - Lots of Improvements
Diffstat (limited to 'src/commands.rs')
-rw-r--r--src/commands.rs12
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,
+}