Add include command

This commit is contained in:
emersion 2017-12-05 18:47:57 +01:00
parent 3fe64482bb
commit 9aeda82477
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 106 additions and 0 deletions

View file

@ -95,6 +95,7 @@ static struct cmd_handler handlers[] = {
{ "exec", cmd_exec },
{ "exec_always", cmd_exec_always },
{ "exit", cmd_exit },
{ "include", cmd_include },
};
static int handler_compare(const void *_a, const void *_b) {