mirror of
https://github.com/danog/telerpc.git
synced 2024-12-12 09:19:43 +01:00
Compare commits
No commits in common. "b3d2302b3728bb3afee033b302ee160f88dd5c13" and "74f2a26f929d3287544a5d7ceb9375fc4e8ec9c9" have entirely different histories.
b3d2302b37
...
74f2a26f92
@ -4,4 +4,4 @@ git pull
|
|||||||
|
|
||||||
composer update
|
composer update
|
||||||
|
|
||||||
php server.php serve
|
php server.php server
|
@ -288,7 +288,7 @@ final class Main implements RequestHandler
|
|||||||
if (!($res['description'] ?? null)) {
|
if (!($res['description'] ?? null)) {
|
||||||
$methods = \implode(', ', $methods);
|
$methods = \implode(', ', $methods);
|
||||||
$description = \readline('Insert description for '.$error.' ('.$methods.'): ');
|
$description = \readline('Insert description for '.$error.' ('.$methods.'): ');
|
||||||
if (\strpos(\readline($error.' - '.$description.' OK? '), 'n') !== false || !$description) {
|
if (\strpos(\readline($error.' - '.$description.' OK? '), 'n') !== false) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if ($description === 'drop' || $description === 'delete' || $description === 'd') {
|
if ($description === 'drop' || $description === 'delete' || $description === 'd') {
|
||||||
|
Loading…
Reference in New Issue
Block a user