add: weekly schedules support

This commit is contained in:
Tobias Reisinger 2020-04-25 00:48:59 +02:00
parent db3bcaf7d1
commit 2fd48ac5e6
18 changed files with 301 additions and 86 deletions

View file

@ -18,7 +18,7 @@ static const char *const usage[] = {
#define PERM_EXEC (1<<2)
void
helpers_parse_cli(int argc, const char **argv, config_t *config)
helper_parse_cli(int argc, const char **argv, config_t *config)
{
struct argparse_option options[] =
{