芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/medicine.joruridoctor.com/vendor/laravel/prompts/src/Clear.php
write(PHP_EOL.PHP_EOL); $this->writeDirectly($this->renderTheme()); return true; } /** * Clear the terminal. */ public function display(): void { $this->prompt(); } /** * Get the value of the prompt. */ public function value(): bool { return true; } }