Switch from Go's flag package to pflag

This commit is contained in:
2025-09-04 12:21:23 +03:00
parent 3cfb314333
commit ad691cd78e
9 changed files with 42 additions and 22 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
package bpm_utils_shared
import (
"flag"
"fmt"
"gopkg.in/yaml.v3"
"os"
flag "github.com/spf13/pflag"
"gopkg.in/yaml.v3"
)
var usageMsg string