Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnirtl committed Jan 6, 2020
1 parent 1977661 commit ca5020f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ func initConfig() {
viper.AddConfigPath(".")
viper.AddConfigPath(home)

// TODO enable use of --config-path flag or $DOCKMA_CONFIG_PATH environment variable
// DISCUSS dockma init asks where to place config path and sets env var accordingly !?
// viper.SetDefault("CONFIG_PATH", homedir.Dir())
// check also BindEnv
// viper.SetEnvPrefix("DOCKMA_")
// viper.AutomaticEnv()
Expand Down
8 changes: 8 additions & 0 deletions pkg/dockercompose/dockercompose_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package dockercompose

// func TestGetServices(t *testing.T) {
// var services interface{}
// services = GetServices()

// services.([]string)
// }

0 comments on commit ca5020f

Please sign in to comment.