Skip to content

Commit

Permalink
fix: ensure to pull in the debug/log CLI feature
Browse files Browse the repository at this point in the history
Signed-off-by: thediveo <thediveo@gmx.eu>
  • Loading branch information
thediveo committed Nov 27, 2023
1 parent 770ef18 commit 0d4930d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/all/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ well as the set of extcap implementations
package all

import (
_ "github.com/siemens/cshargextcap/cli/debug" // pull in debug/log args/envvar
_ "github.com/siemens/cshargextcap/cli/proxy" // pull in proxy CLI args
_ "github.com/siemens/cshargextcap/nif" // pull in extcap nif implementations
)

0 comments on commit 0d4930d

Please sign in to comment.