Trot v0.7.0 mix trot.server View Source
Starts Trot application with mix trot.server
Command line options
This task accepts the same command-line arguments as app.start. For additional
information, refer to the documentation for Mix.Tasks.App.Start.
For example, to run trot.server without checking dependencies:
mix trot.server —no-deps-check
Link to this section Summary
Link to this section Functions
A task needs to implement run which receives
a list of command line args.
Callback implementation for Mix.Task.run/1.