wp-cli / handbook

📖 Complete documentation for WP-CLI

Home Page:https://make.wordpress.org/cli/handbook/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `WP_CLI_CUSTOM_SHELL` to list of known environment variables

schlessera opened this issue · comments

The PR wp-cli/shell-command#33 added a new environment variable WP_CLI_CUSTOM_SHELL which allows the user to override the default /bin/bash shell used.

This should be documented in https://github.com/wp-cli/handbook/blob/master/config.md#environment-variables .

Created pull request: #292