Skip to content

Commit

Permalink
Add missing docs for status command.
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Aug 14, 2017
1 parent ac3b1ab commit 18e028d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Commands/core/StatusCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ class StatusCommands extends DrushCommands

/**
* @command core-status
* @param $filter
* @param $filter A field to filter on. @deprecated - use --field option instead.
* @option project A comma delimited list of projects. their paths will be added to path-aliases section.
* @aliases status, st
*
*n
* @table-style compact
* @list-delimiter :
* @field-labels
Expand Down Expand Up @@ -58,6 +59,7 @@ class StatusCommands extends DrushCommands
* %paths: Other paths
* @default-fields drupal-version,uri,db-driver,db-hostname,db-port,db-username,db-name,db-status,bootstrap,theme,admin-theme,php-bin,php-conf,php-os,drush-script,drush-version,drush-temp,drush-conf,drush-alias-files,install-profile,root,site,files,private,temp
* @pipe-format json
* @hidden-options project
* @bootstrap max
* @topics docs-readme
*
Expand Down

0 comments on commit 18e028d

Please sign in to comment.