diff options
author | liam4 <towerofnix@gmail.com> | 2017-07-24 20:30:40 -0300 |
---|---|---|
committer | liam4 <towerofnix@gmail.com> | 2017-07-24 20:30:40 -0300 |
commit | 39e0b6051e49165d56ba0e88484cb18f9f20de66 (patch) | |
tree | 8274512a6ecbfb553e1feaa2a457f1fec456d7d0 /src | |
parent | a8ef887dbfaee530d13e86ff583393a4ddf88e93 (diff) |
Fix --player not working
Diffstat (limited to 'src')
-rwxr-xr-x | src/play.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/play.js b/src/play.js index 6db8e68..a94e2aa 100755 --- a/src/play.js +++ b/src/play.js @@ -291,8 +291,6 @@ async function main(args) { playerCommand = util.nextArg() }, - '-player': util => util.alias('-player-command'), - '-play-opts': function(util) { // --play-opts <opts> // Sets command line options passed to the `play` command. |