diff options
author | Valery Piashchynski <[email protected]> | 2021-01-05 00:18:44 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-05 00:18:44 +0300 |
commit | 877b0ed461c7d5e1de87b7561f414aeb236cf3ec (patch) | |
tree | 2afdf6fa505f91043e4f22bfc7229d691e3da1d5 /cmd/cli/root.go | |
parent | 984953a9db1d94817bda2e3d9266583151b1b437 (diff) |
Add dput.cf file for the ubuntu launchpad
Add a lot of comments to the exported functions
Diffstat (limited to 'cmd/cli/root.go')
-rw-r--r-- | cmd/cli/root.go | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cmd/cli/root.go b/cmd/cli/root.go index 7b18a22f..06a84a82 100644 --- a/cmd/cli/root.go +++ b/cmd/cli/root.go @@ -17,8 +17,11 @@ import ( ) var ( - WorkDir string - CfgFile string + // WorkDir is working directory + WorkDir string + // CfgFile is path to the .rr.yaml + CfgFile string + // Container is the pointer to the Endure container Container *endure.Endure cfg *config.Viper root = &cobra.Command{ |