Skip to content

Commit

Permalink
Change --node-args to -a (purescript#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwoo authored and f-f committed Jun 26, 2019
1 parent 61c1e16 commit 3000e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Spago.hs
Expand Up @@ -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
Expand Down

0 comments on commit 3000e82

Please sign in to comment.