Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "serve [dir]", Short: "Start a local static file server", Long: "Serve a directory over HTTP (or HTTPS with --tls). Defaults to the current directory on port 8080.", Args: cobra.MaximumNArgs(1), RunE: runServe, }
Cmd is the top-level serve command.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.