From 5c20233ba5773f9ba351237f767844e91766e964 Mon Sep 17 00:00:00 2001 From: Brandon Anzaldi Date: Fri, 29 Aug 2014 18:44:52 -0700 Subject: [PATCH] Replace optimist with yargs in nexe bin --- bin/nexe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nexe b/bin/nexe index 4b73d05..65ed643 100755 --- a/bin/nexe +++ b/bin/nexe @@ -2,7 +2,7 @@ var path = require('path'); -var cli = require('optimist'). +var cli = require('yargs'). usage('Usage: $0 -i [sources] -o [binary]'). options('i', { demand: true,