diff options
-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. |