cmd

package
v0.0.0-...-a286f17 Latest Latest
Warning

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

Go to latest
Published: May 8, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Store = cli.Command{
	Name:        "store",
	Usage:       "Start store server",
	Description: "start store server",
	Action:      runStore,
	Flags: []cli.Flag{
		stringFlag("port, p", "5000", "Temporary port number to prevent conflict"),
		stringFlag("config, c", "", "Custom configuration file path"),
	},
}
View Source
var Web = cli.Command{
	Name:        "web",
	Usage:       "Start web server",
	Description: "start gofs",
	Action:      runWeb,
	Flags: []cli.Flag{
		stringFlag("port, p", "3000", "Temporary port number to prevent conflict"),
		stringFlag("config, c", "", "Custom configuration file path"),
	},
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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