cmd

package
v0.0.0-...-943e509 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2021 License: MIT Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CmdWeb = cli.Command{
	Name:  "web",
	Usage: "Start lib web server",
	Description: `lib web server is the only thing you need to run,
and it takes care of all the other things for you`,
	Action: runWeb,
	Flags: []cli.Flag{

		stringFlag("config, c", "conf/app.ini", "Configuration file path (default ./conf/app.ini)"),
		stringFlag("mode, m", "dev", "Running mode"),
		stringFlag("storage_dir", "./", "Dirrectory with data"),
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL