Add test for persistent bool flag on subcommand

This commit is contained in:
Jeff Lowdermilk
2015-03-23 14:42:59 -07:00
committed by Brendan Burns
parent 384c059f4b
commit 79bd93d369
2 changed files with 13 additions and 9 deletions
-2
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