PHP Class Help_Command, wp-cli

Inheritance: extends ETSIS_CLI_Command
ファイルを表示 Open project: wp-cli/wp-cli

Public Methods

Method Description
__invoke ( $args, $assoc_args ) Get help on WP-CLI, or on a specific command.

Private Methods

Method Description
find_subcommand ( $args )
get_initial_markdown ( $command )
get_max_len ( $strings )
indent ( $whitespace, $text )
pass_through_pager ( $out )
render_subcommands ( $command )
rewrap_param_desc ( $matches )
show_help ( $command )

Method Details

__invoke() public method

## OPTIONS [...] : Get help on a specific command. ## EXAMPLES # get help for core command wp help core # get help for core download subcommand wp help core download
public __invoke ( $args, $assoc_args )