diff options
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, +} |
