We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de28cbc commit e579149Copy full SHA for e579149
1 file changed
features/theme.feature
@@ -826,6 +826,12 @@ Feature: Manage WordPress themes
826
| twentyeleven | active |
827
| twentytwelve | inactive |
828
829
+ When I run `wp theme list --status=active,inactive --fields=name,status`
830
+ Then STDOUT should be a table containing rows:
831
+ | name | status |
832
+ | twentyeleven | active |
833
+ | twentytwelve | inactive |
834
+
835
When I run `wp theme list --status=active --status=inactive --fields=name,status`
836
Then STDOUT should be a table containing rows:
837
| name | status |
0 commit comments