mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-20 09:56:47 +02:00
app/config: Adding description to methods.
This commit is contained in:
parent
49faaf5325
commit
4a5cff20cd
4 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import (
|
|||
"github.com/urfave/cli/v2"
|
||||
)
|
||||
|
||||
// Read cli flag values into the config
|
||||
func (cfg *Config) ReadCliFlags(ctx *cli.Context) error {
|
||||
logFile := ctx.Path("log")
|
||||
if len(logFile) > 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue