paf31 / purescript-book

Sources for the PureScript book
454 stars 370 forks source link

Unsuccessful in using "pulp run -- -p Phil" for Chapter 11 #126

Open brezal opened 6 years ago

brezal commented 6 years ago

PSCi, version 0.11.7

$ npm i && pulp run
* Building project in /Users/brezal/purescript-book/exercises/chapter11
* Build successful.
../../../.nvm/versions/node/v6.7.0/bin/node /var/folders/td/d0yth7v12nq2g4w400xnkfqh0000gn/T/pulp-run117118-1030-1lqcvby.uwbfi7wrk9.js -p <player name>

Options:
  -p, --player  Player name     [required]
  -d, --debug   Use debug mode

Missing required arguments: p
The player name is required
* ERROR: Subcommand terminated with exit code 1

$ pulp run -- -p Phil
* Building project in /Users/brezal/purescript-book/exercises/chapter11
purs compile: No files found using pattern: Phil
* Build successful.
>