« get me outta code hell

(play) Add -S as alias --sort-mode - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-03-14 14:11:15 -0300
committerFlorrie <towerofnix@gmail.com>2018-03-14 14:11:15 -0300
commit7831b28be25aae1e890ee1f4d3bd6969023c10da (patch)
tree460b5b89ebaf907ace2567b4f4569b1060ed68e2
parent033109a6bf959541e6855abe613dc29c4cec4bbc (diff)
(play) Add -S as alias --sort-mode
-rwxr-xr-xsrc/play.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/play.js b/src/play.js
index cccb89e..30a151e 100755
--- a/src/play.js
+++ b/src/play.js
@@ -482,6 +482,7 @@ async function main(args) {
     },
 
     '-sort': util => util.alias('-sort-mode'),
+    'S': util => util.alias('-sort-mode'),
 
     '-shuffle-seed': function(util) {
       // --shuffle-seed <seed>  (alias: --seed)