Closed tanner0101 closed 5 years ago
We should automatically add the jobs command in the JobsProvider now that this is possible in Vapor 4.
JobsProvider
services.extend(CommandConfiguration.self) { configuration, container in try configuration.use(c.make(JobsCommand.self), as: "jobs") }
We should automatically add the jobs command in the
JobsProvider
now that this is possible in Vapor 4.