Author | Message |
---|---|
304395109
Posts: 10
|
Posted 21:25 Oct 14, 2015 |
Hello Professor, I need a clarification on multiple flags in single command, that is, if I give command like below, then should the program be able to call both the flags and also save both of them?? "node cli.js --math 55 --trivia 32 --save" Thanks in advance! |
nextmatrixman
Posts: 57
|
Posted 15:32 Oct 15, 2015 |
My guess would be that if it's not in the homework description, it's not required. But this is very easy to implement. |
cydneyauman
Posts: 12
|
Posted 16:44 Oct 15, 2015 |
Multiple flags for fetching facts are not required for this assignment - only the fact type flag and then a save flag. |