diff --git a/source/app.d b/source/app.d index be2262a..0be1aca 100644 --- a/source/app.d +++ b/source/app.d @@ -24,7 +24,7 @@ int main(string[] args) aim.secrets.commands, aim.deploy.commands, aim.deploy.docker_commands, - aim.daemon + aim.daemon.commands )(provider); return core.parseAndExecute(args);