From: Matthew Exon Date: Fri, 2 Apr 2021 18:17:12 +0000 (+0200) Subject: Remove unneeded parameters to console addon command X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=492ac0c387604c3493f364fbc485647964fe4ba7;p=friendica.git Remove unneeded parameters to console addon command --- diff --git a/src/Console/Addon.php b/src/Console/Addon.php index c1d434bbeb..3577982ba7 100644 --- a/src/Console/Addon.php +++ b/src/Console/Addon.php @@ -55,9 +55,9 @@ class Addon extends \Asika\SimpleConsole\Console $help = << [-h|--help|-?] [-v] bin/console addon disable [-h|--help|-?] [-v] @@ -123,8 +123,6 @@ HELP; private function list() { $subCmd = $this->getArgument(1); - $start = $this->getOption(['s', 'start'], 0); - $count = $this->getOption(['c', 'count'], Pager::ITEMS_PER_PAGE); $table = new Console_Table(); switch ($subCmd) {