node-cron / node-cron

A simple cron-like job scheduler for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document and toggle the passed arguments to the function

thanpolas opened this issue · comments

I observed that there are arguments passed to the function being called.

First argument being a date and second argument being a boolean with value false.

There might be more arguments passed.

But what's important is that these arguments passed need to be documented, and more importantly, have an option to not pass them to the function.