Skip to content

Instantly share code, notes, and snippets.

@Josh4324
Created November 24, 2020 10:25
Show Gist options
  • Save Josh4324/f16a5293ec78acb5b6cb983e62e30c05 to your computer and use it in GitHub Desktop.
Save Josh4324/f16a5293ec78acb5b6cb983e62e30c05 to your computer and use it in GitHub Desktop.
yargs.command({
command: "list",
describe: "Get all Todos",
handler: function () {
utils.listTodo()
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment