From 743130882305327f99e78e217f3f3321c321231e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 12 Sep 2025 10:13:35 -0500 Subject: only let forge save the config files --- forgeConfig.config.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'forgeConfig.config.go') diff --git a/forgeConfig.config.go b/forgeConfig.config.go index 6c3c237..8916329 100644 --- a/forgeConfig.config.go +++ b/forgeConfig.config.go @@ -4,6 +4,7 @@ package forgepb import ( "go.wit.com/lib/config" + "go.wit.com/log" ) // functions to import and export the protobuf @@ -24,6 +25,10 @@ func (cfg *ForgeConfigs) ConfigSave() error { return config.ConfigSaveWithHeader(cfg, header) } +func (cfg *ForgeConfigs) DumpENV() { + log.Info("todo: DumpENV()") +} + // load the ~/.config/forge/ files func (c *ForgeConfigs) ConfigLoad(fullpath string) error { return nil -- cgit v1.2.3