Skip to content

Instantly share code, notes, and snippets.

@HussainArif12
Last active January 12, 2022 22:25
Show Gist options
  • Save HussainArif12/6b15d8b3ed19f1e9735916886b4eb4a4 to your computer and use it in GitHub Desktop.
Save HussainArif12/6b15d8b3ed19f1e9735916886b4eb4a4 to your computer and use it in GitHub Desktop.
//file: index.js
if (argv.a && argv.c) {
addEntry([argv.c, argv.a]);
console.log("Added expense: ", argv.c, argv.a);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment