From 3000e82dacb39bb8e392ff4b3809e8a50c6b8fa7 Mon Sep 17 00:00:00 2001 From: Justin Woo Date: Wed, 26 Jun 2019 15:14:47 +0300 Subject: [PATCH] Change --node-args to -a (#293) --- app/Spago.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Spago.hs b/app/Spago.hs index e4575a898..d8e53274b 100644 --- a/app/Spago.hs +++ b/app/Spago.hs @@ -117,7 +117,7 @@ parser = do noInstallBool = CLI.switch "no-install" 'n' "Don't run the automatic installation of packages" clearScreenBool = CLI.switch "clear-screen" 'l' "Clear the screen on rebuild (watch mode only)" noBuildBool = CLI.switch "no-build" 's' "Skip build step" - nodeArgs = CLI.many $ CLI.opt (Just . ExtraArg) "node-args" 'n' "Argument to pass to node (run/test only)" + nodeArgs = CLI.many $ CLI.opt (Just . ExtraArg) "node-args" 'a' "Argument to pass to node (run/test only)" watch = do res <- watchBool pure $ case res of