Add test for persistent bool flag on subcommand

This commit is contained in:
Jeff Lowdermilk
2015-03-18 14:42:38 -07:00
committed by Brendan Burns
parent 384c059f4b
commit 79bd93d369
2 changed files with 13 additions and 9 deletions

View File

@ -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