January 2018
Beginner
658 pages
13h 10m
English
Let's test out the remove command in Terminal. I'll list out my notes using node app.js list, so I can see which notes I have to remove:
node app.js list

I'll remove the note with the title t, using the node app.js remove command and our flag "t":
node app.js remove -t="t"

We'll remove the note with the title t, and as shown previous, Note was removed prints to the screen. And if I use the up arrow key twice, I can list the notes out again, and you can see the note with the title t has indeed gone:
Let's remove one ...
Read now
Unlock full access