fix: addOption type corrected

Signed-off-by: yemkareems <yemkareems@gmail.com>
This commit is contained in:
yemkareems 2024-07-08 16:50:49 +05:30
parent 8fc516c39a
commit deb1f22c23

View file

@ -51,13 +51,13 @@ class ListFiles extends Base {
->addOption("type", "", InputArgument::OPTIONAL, "Filter by type like application, image, video etc")
->addOption(
"minSize",
0,
"0",
InputArgument::OPTIONAL,
"Filter by min size"
)
->addOption(
"maxSize",
0,
"0",
InputArgument::OPTIONAL,
"Filter by max size"
)