DEV Community

Discussion on: Create a simple Note-taking app with Deno

Collapse
 
jeferson_sb profile image
Jeferson Brito • Edited

It's because the Denomander library has changed recently, now You have to pass the arguments like this:

deno run --unstable -A src/app.ts add "Note 3" "my new note"