kadamwhite / p5-cli

An NPM-based CLI for creating and running P5.js projects.
MIT License
30 stars 3 forks source link

Relative path argument should not be required #8

Closed kadamwhite closed 9 years ago

kadamwhite commented 9 years ago

By using angle brackets in our call to .command, i.e. <file or directory>, I inadvertently gave the serve command a required argument. p5 serve should be valid with no arguments, so this should be fixed.