-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: fix global and scoped flag parser
Signed-off-by: Marko Kungla <marko@mkungla.dev>
- Loading branch information
Showing
6 changed files
with
76 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,26 @@ | ||
module github.com/happy-sdk/happy | ||
|
||
go 1.22 | ||
go 1.22.0 | ||
|
||
toolchain go1.23.3 | ||
|
||
require ( | ||
github.com/happy-sdk/happy/pkg/branding v0.1.1 | ||
github.com/happy-sdk/happy/pkg/cli/ansicolor v0.2.1 | ||
github.com/happy-sdk/happy/pkg/devel/testutils v0.7.0 | ||
github.com/happy-sdk/happy/pkg/options v0.2.0 | ||
github.com/happy-sdk/happy/pkg/options v0.2.1 | ||
github.com/happy-sdk/happy/pkg/scheduling/cron v0.4.1 | ||
github.com/happy-sdk/happy/pkg/settings v0.3.1 | ||
github.com/happy-sdk/happy/pkg/strings/humanize v0.2.0 | ||
github.com/happy-sdk/happy/pkg/strings/slug v0.1.0 | ||
github.com/happy-sdk/happy/pkg/strings/textfmt v0.3.2 | ||
github.com/happy-sdk/happy/pkg/vars v0.12.0 | ||
github.com/happy-sdk/happy/pkg/version v0.1.3 | ||
golang.org/x/sys v0.20.0 | ||
golang.org/x/text v0.15.0 | ||
golang.org/x/sys v0.27.0 | ||
golang.org/x/text v0.20.0 | ||
) | ||
|
||
require ( | ||
github.com/happy-sdk/happy/pkg/strings/bexp v1.4.0 // indirect | ||
golang.org/x/mod v0.17.0 // indirect | ||
golang.org/x/mod v0.22.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters