*/ class ProfileHide extends \Asika\SimpleConsole\Console { /** * @var \Atlas\Pdo\Connection */ protected $atlas; protected $helpOptions = ['h', 'help', '?']; public function __construct( \Atlas\Pdo\Connection $atlas, ?array $argv = null ) { parent::__construct($argv); $this->atlas = $atlas; } protected function getHelp() { $help = <<