minimal runtime implementation

This commit is contained in:
A.Unger
2020-05-19 13:07:48 +02:00
parent 5e5270eb17
commit 9b779aabf8
6 changed files with 52 additions and 26 deletions

View File

@@ -52,10 +52,7 @@ func Simple(cfg *config.Config) *cli.Command {
runtime.Context(c),
)
{
runtime.Start()
runtime.Trap()
}
runtime.Start()
return nil
},