Get rid of flagger.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-14 16:20:16 +05:00
parent dcd361de1f
commit 30f8b4975c
4 changed files with 14 additions and 27 deletions

View File

@@ -25,6 +25,7 @@
package main
import (
"flag"
"os"
"os/signal"
"syscall"
@@ -48,7 +49,7 @@ func main() {
// to be added.
// Parse flags.
appCtx.Flagger.Parse()
flag.Parse()
// Continue loading.
appCtx.LoadConfiguration()