class

Kamil::Cli::ServeCommand

Inherits Kamil::Cli::BaseCommand < Reference < Object

Boots Kemal development preview server with SSE live reload and filesystem watcher.

Instance methods

run(args : Array(String) = [] of String, output_io : IO = @output_io, error_io : IO = @error_io) : Int32

Executes the command with arguments and IO streams.

Source