Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions load-application.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

use Symfony\Component\Console\Application;
use Symfony\Component\Console\Input\InputOption;
use function Team51\Helper\is_quiet_mode;

define( 'TEAM51_CLI_ROOT_DIR', __DIR__ );
if ( getenv( 'TEAM51_CONTRACTOR' ) ) { // Add the contractor flag automatically if set through the environment.
Expand Down Expand Up @@ -31,8 +30,8 @@
$application->add( new Team51\Command\Pressable_Generate_OAuth_Token() );
$application->add( new Team51\Command\Pressable_Site_Add_Domain() );
$application->add( new Team51\Command\Pressable_Site_Create_Collaborator() );
$application->add( new Team51\Command\Pressable_Site_List_PHP_Errors() );
$application->add( new Team51\Command\Pressable_Site_Open_Shell() );
$application->add( new Team51\Command\Pressable_Site_PHP_Errors() );
$application->add( new Team51\Command\Pressable_Site_Rotate_Passwords() );
$application->add( new Team51\Command\Pressable_Site_Rotate_SFTP_User_Password() );
$application->add( new Team51\Command\Pressable_Site_Rotate_WP_User_Password() );
Expand Down
Loading