moved code around. made help menu work nice

This commit is contained in:
2021-06-25 22:20:44 +01:00
parent 87301e4212
commit 14ef6385a0
10 changed files with 1665 additions and 1518 deletions

6
src/cmds/mod.rs Normal file
View File

@ -0,0 +1,6 @@
pub mod info;
pub mod manage;
pub mod play;
pub mod search;
pub mod settings;
pub mod stop;