Add test for persistent bool flag on subcommand
This commit is contained in:
committed by
Brendan Burns
parent
384c059f4b
commit
79bd93d369
@ -5,8 +5,6 @@ import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
// TODO Test persistent flags on subcommands. This requires testing the full execute function.
|
||||
|
||||
func TestStripFlags(t *testing.T) {
|
||||
tests := []struct {
|
||||
input []string
|
||||
|
Reference in New Issue
Block a user