From c224db2a92208937340df1a3540212003d8c2d54 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 8 Jul 2017 05:55:42 +0000 Subject: Add --selector alias for --picker --- src/http-music.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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 (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 // Sets command line options passed to the `play` command. -- cgit 1.3.0-6-gf8a5