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
+5 -1
View File
@@ -2,7 +2,11 @@ module git.enumerated.dev/bubble-package-manager/bpm-utils/src/bpm-setup
go 1.23
require bpm-utils-shared v1.0.0
require (
bpm-utils-shared v1.0.0
github.com/spf13/pflag v1.0.10
)
require gopkg.in/yaml.v3 v3.0.1 // indirect
replace bpm-utils-shared => ../bpm-utils-shared