added all currently relevant commands and cleaned up the cli.

This commit is contained in:
Hellow
2023-04-12 13:27:42 +02:00
parent 6d78f70e5f
commit 86e58dcfb4
3 changed files with 33 additions and 8 deletions

View File

@@ -51,4 +51,8 @@ def real_download():
if __name__ == "__main__":
music_kraken.cli(genre="dsbm")
music_kraken.cli(genre="test", command_list=[
"#a Ghost Bath",
"1",
"ok"
])