chore: add more details
This commit is contained in:
@@ -9,9 +9,9 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type Environment struct {
|
type Environment struct {
|
||||||
Version string `env:"VERSION" default:"0.0.1" flag:"version"`
|
Version string `env:"VERSION" default:"0.0.1" flag:"version" usage:"option to specify a custom version"`
|
||||||
Codename string `env:"CODENAME" default:"Magical Anomaly" flag:"codename"`
|
Codename string `env:"CODENAME" default:"Magical Anomaly" flag:"codename" usage:"option to change the release codename"`
|
||||||
LogLevel string `env:"LOG_LEVEL" default:"debug" flag:"log-level"`
|
LogLevel string `env:"LOG_LEVEL" default:"debug" flag:"log-level" usage:"option to change the loglevel"`
|
||||||
|
|
||||||
DataDirectory string `env:"DATA_DIR" default:"./data" flag:"data-dir" usage:"option to specify where the state data gets stored"`
|
DataDirectory string `env:"DATA_DIR" default:"./data" flag:"data-dir" usage:"option to specify where the state data gets stored"`
|
||||||
ContentDirectory string `env:"CONTENT_DIR" default:"./content" flag:"content-dir" usage:"option to specify where the content gets stored"`
|
ContentDirectory string `env:"CONTENT_DIR" default:"./content" flag:"content-dir" usage:"option to specify where the content gets stored"`
|
||||||
|
|||||||
Reference in New Issue
Block a user