Feature test for `wp network option` suggestion by shawnhooper · Pull Request #450 · wp-cli/entity-command

Expand Up @@ -16,3 +16,14 @@ Feature: Manage network-wide custom fields. This is not a multisite install """ And the return code should be 1
Scenario: Suggest 'meta' when 'option' subcommand is run Given a WP install
When I try `wp network option` Then STDERR should contain: """ Error: 'option' is not a registered subcommand of 'network'. See 'wp help network' for available subcommands. Did you mean 'meta'? """ And the return code should be 1