vapor / toolbox

Simplifies common command line tasks when using Vapor

Repository from Github https://github.comvapor/toolboxRepository from Github https://github.comvapor/toolbox

Vapor run should not assume executable name

grennis opened this issue · comments

Ideally vapor run ... would not assume my executable name is Run. Can it inspect Package.swift to determine the actual target executable name?

+1 for this

Closing this - the recommended way is now to use swift run instead. All the docs should be updated now