Closed kadamwhite closed 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.
.command
<file or directory>
serve
p5 serve
By using angle brackets in our call to
.command
, i.e.<file or directory>
, I inadvertently gave theserve
command a required argument.p5 serve
should be valid with no arguments, so this should be fixed.