We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf16e7 commit fe75439Copy full SHA for fe75439
features/config-list.feature
@@ -93,6 +93,12 @@ Feature: List the values of a wp-config.php file
93
DB_NAME
94
"""
95
96
+ When I try `wp config list --fields=key --strict`
97
+ Then STDERR should be:
98
+ """
99
+ Error: The --strict option can only be used in combination with a filter.
100
101
+
102
When I try `wp config list --fields=key DB_ --strict`
103
Then STDERR should be:
104
0 commit comments