add ocis.yaml

This commit is contained in:
A.Unger
2021-11-04 10:53:40 +01:00
parent 3d46e27aae
commit 4194da4e88
6 changed files with 89 additions and 123 deletions

View File

@@ -27,8 +27,6 @@ func Execute(cfg *config.Config) error {
},
},
//Flags: flagset.RootWithConfig(cfg),
Before: func(c *cli.Context) error {
cfg.Service.Version = version.String
return nil