Tags: rjeczalik/buffalo
Tags
buffalo/cmd/dev: forward flags to generated binary This PR forwards flags passed to `buffalo dev` to the generated binary upon execution. In particular the following: $ buffalo dev -- -h example.com -p 8080 Will pass the "-- -h example.com -p 8080" flags. This is the same behaviour as executing the following commands: $ buffalo build $ ./bin/my-web-app -- -h example.com -p 8080
PreviousNext