@@ 81-87 (lines=7) @@ | ||
78 | * |
|
79 | * @return array |
|
80 | */ |
|
81 | protected function getOptions() |
|
82 | { |
|
83 | return [ |
|
84 | ['only', 'o', InputOption::VALUE_OPTIONAL, 'Types of modules will be displayed.', null], |
|
85 | ['direction', 'd', InputOption::VALUE_OPTIONAL, 'The direction of ordering.', 'asc'], |
|
86 | ]; |
|
87 | } |
|
88 | } |
|
89 |
@@ 87-93 (lines=7) @@ | ||
84 | * |
|
85 | * @return array |
|
86 | */ |
|
87 | protected function getOptions() |
|
88 | { |
|
89 | return [ |
|
90 | ['direction', 'd', InputOption::VALUE_OPTIONAL, 'The direction of ordering.', 'asc'], |
|
91 | ['database', null, InputOption::VALUE_OPTIONAL, 'The database connection to use.'], |
|
92 | ]; |
|
93 | } |
|
94 | } |
|
95 |