| @@ -77,8 +77,9 @@ | ||
| 77 | 77 | array( |
| 78 | 78 | 'name' => 'xspeed settings', |
| 79 | 79 | 'callback' => array( $this, 'cli_handler' ), |
| 80 | 80 | 'shortdesc' => 'List modules, or read/update a module\'s settings.', |
| 81 | + 'ai_hint' => 'Read or write any xSpeed module\'s settings directly, and export/import the whole configuration. Use for bulk changes or replicating one site\'s setup onto another.', | |
| 81 | 82 | 'synopsis' => array( |
| 82 | 83 | // No 'options' constraint on `action`: WP_CLI validates a |
| 83 | 84 | // positional's options list against every positional it |
| 84 | 85 | // receives, so `settings get nosuchmodule` failed on the |