|
20 | 20 | * Theme installed successfully. |
21 | 21 | * Activating 'twentysixteen'... |
22 | 22 | * Success: Switched to 'Twenty Sixteen' theme. |
| 23 | + * Success: Installed 1 of 1 themes. |
23 | 24 | * |
24 | 25 | * # Get details of an installed theme |
25 | 26 | * $ wp theme get twentysixteen --fields=name,title,version |
@@ -478,6 +479,7 @@ protected function filter_item_list( $items, $args ) { |
478 | 479 | * Theme installed successfully. |
479 | 480 | * Activating 'twentysixteen'... |
480 | 481 | * Success: Switched to 'Twenty Sixteen' theme. |
| 482 | + * Success: Installed 1 of 1 themes. |
481 | 483 | * |
482 | 484 | * # Install from a local zip file |
483 | 485 | * $ wp theme install ../my-theme.zip |
@@ -860,22 +862,22 @@ public function delete( $args, $assoc_args ) { |
860 | 862 | * * update |
861 | 863 | * * version |
862 | 864 | * * update_version |
| 865 | + * * auto_update |
863 | 866 | * |
864 | 867 | * These fields are optionally available: |
865 | 868 | * |
866 | 869 | * * update_package |
867 | 870 | * * update_id |
868 | 871 | * * title |
869 | 872 | * * description |
870 | | - * * auto_update |
871 | 873 | * |
872 | 874 | * ## EXAMPLES |
873 | 875 | * |
874 | | - * # List themes |
| 876 | + * # List inactive themes. |
875 | 877 | * $ wp theme list --status=inactive --format=csv |
876 | | - * name,status,update,version,update_version |
877 | | - * twentyfourteen,inactive,none,1.7, |
878 | | - * twentysixteen,inactive,available,1.1, |
| 878 | + * name,status,update,version,update_version,auto_update |
| 879 | + * twentyfourteen,inactive,none,3.8,,off |
| 880 | + * twentysixteen,inactive,available,3.0,3.1,off |
879 | 881 | * |
880 | 882 | * @subcommand list |
881 | 883 | */ |
|
0 commit comments