芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/vendor/psy/psysh/src/Command/ExitCommand.php
setName('exit') ->setAliases(['quit', 'q']) ->setDefinition([]) ->setDescription('End the current session and return to caller.') ->setHelp( <<<'HELP' End the current session and return to caller. e.g.
>>> exit
HELP ); } /** * {@inheritdoc} */ protected function execute(InputInterface $input, OutputInterface $output) { throw new BreakException('Goodbye'); } }