Skip to content

chore: early merge clibase foundations #6542

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Mar 10, 2023
Prev Previous commit
Next Next commit
more typo
  • Loading branch information
ammario committed Mar 9, 2023
commit 8127b15ebbea01f0bac4594f8ff04df746f062a2
2 changes: 1 addition & 1 deletion cli/clibase/cmd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ func TestCommand_RootRaw(t *testing.T) {
require.Equal(t, "hello --verbose --friendly", stdio.Stdout.String())
}

func TestCommand_HyphenHypen(t *testing.T) {
func TestCommand_HyphenHyphen(t *testing.T) {
t.Parallel()
cmd := &clibase.Cmd{
Handler: (func(i *clibase.Invocation) error {
Expand Down