mirror of
https://github.com/EnumeratedDev/bpm-utils.git
synced 2026-09-16 11:06:11 +00:00
Switch from Go's flag package to pflag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user