« get me outta code hell

http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/src/cli.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.js')
-rwxr-xr-xsrc/cli.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli.js b/src/cli.js
index 9021cc6..eeb5e99 100755
--- a/src/cli.js
+++ b/src/cli.js
@@ -23,7 +23,9 @@ async function main(args) {
     switch (args[0]) {
       case 'play': script = require('./play'); break
       case 'download-playlist': script = require('./download-playlist'); break
+      case 'process-metadata': script = require('./process-metadata'); break
       case 'smart-playlist': script = require('./smart-playlist'); break
+      case 'duration-graph': script = require('./duration-graph'); break
       case 'setup': script = require('./setup'); break
 
       default: