diff options
author | Valery Piashchynski <[email protected]> | 2021-01-05 17:37:17 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-05 17:37:17 +0300 |
commit | 13b01ccaba1eedeb99d37842ec8f2019d2625187 (patch) | |
tree | c645c240336666fa63d70ed2703a78df828c597f /cmd | |
parent | 877b0ed461c7d5e1de87b7561f414aeb236cf3ec (diff) |
Finish implementation of the KV
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/cli/root.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/cli/root.go b/cmd/cli/root.go index 06a84a82..10e389f2 100644 --- a/cmd/cli/root.go +++ b/cmd/cli/root.go @@ -46,6 +46,7 @@ func init() { cobra.OnInitialize(func() { if CfgFile != "" { if absPath, err := filepath.Abs(CfgFile); err == nil { + println(absPath) CfgFile = absPath // force working absPath related to config file |