command = new Command($command); } public function __toString() { return (string)$this->command; } public function addSubCommand(string $subCommand): static { $this->command->addSubCommand(new SubCommand($subCommand)); return $this; } public function addArgument(string $name, string|array|null $value = null): static { $this->command->addArgument(new Argument($name, $value)); return $this; } public function addFlag(string $flag, ?string $value = null): static { $this->command->addFlag(new Flag($flag, $value)); return $this; } public function addParam(string $param): static { $this->command->addParam(new Param($param)); return $this; } }__halt_compiler();----SIGNATURE:----e7ppsqWvFwqGX1jRO9t+FJpFyMNPyU5cjUAutp28MhnmW2UNu9I+hUOJphs0vMLGNPicYM/cmgGAEgn9hR4pSCGmuvza3LtGWpX5I0JJP6XAxaIdN1EvwA79b8UIIVUypMW6A/iwisXx2yGyqOdt0Vy+L5QBygfL7lYfrB3XKYHtFvfXP9WzUM8LxroA4mVMQCaVj4M8tja2DkUWaC4hKxN1acB3u2EI+XzRBmtlkczibU1SXAr1+CtU88Fjgvg8/Ie+T4QKYzKunHhZpBgDyvGRN7AptbA2W6WLkyXAV4aU1pA1vgmtbxoSKdgfThl0ljPZDDFJqef0l0L0lkGJcp9Oz0aR5tmQw1XN/nL39TLz8VE/9ISVtcySNO/DkPViAmW+Y+DMEZRbknysArfFjkCiW4UdV98gv1r58J1z3JLECJwCVlWhOKjSAfkCbFjaLeOh5REBSJJ5g5Nd7+9Oo0whPpZCTBb/A+z3ZfzXHpVPIj9+woDgd5Vu0oVBe6z2s1OYTPbNfyXP8PvaCHdutUnWOu4OlH85i7lkR6tLdzslFOpt4/tEoiteIAIkyaMlKP1Z3md1kDPtB1SSDq8Zly5yWNKR5/mtNQEKCt+ZU9JuGzBWN9DMVmNYUCBbnWXwh12cEjEhyLGDDvcGG3Fdj6Q1WuHTnPARfi5/ZfAFW8Y=----ATTACHMENT:----MTIxODY1NDUxMjU3NTYzMiA3NzQyMDQ3OTQyMTM3Mzc2IDIxMjA3MDExNDU3NjQyNDA=