« 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
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/http-music.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/http-music.js b/src/http-music.js
index e926e5d..480808d 100755
--- a/src/http-music.js
+++ b/src/http-music.js
@@ -210,13 +210,15 @@ Promise.resolve()
       'np': util => util.alias('-no-play'),
 
       '-picker': function(util) {
-        // --picker <picker type>
+        // --picker <picker type>  (alias: --selector)
         // Selects the mode that the song to play is picked.
         // See pickers.js.
 
         pickerType = util.nextArg()
       },
 
+      '-selector': util => util.alias('-picker'),
+
       '-play-opts': function(util) {
         // --play-opts <opts>
         // Sets command line options passed to the `play` command.