Jesse Boyer

Results 4 issues of Jesse Boyer

## Contents - [Bug Details](#bug-details) - [Attempts to Fix without Rebooting](#attempts-to-fix-without-rebooting) - [Specific Details](#specific-details) - [Debug Output w/Bug](#debug-output-wbug) - [Debug Output without Bug](#debug-output-without-bug) ## Bug Details Kazam will record with...

I know you can require single commands, eg: ``` $command->option('t')->require(true); $command->option('b')->require(true); ``` Is it possible to do something like this: ``` $command->option('t')->requireOr('b'); $command->option('b')->requireOr('t'); $command->option('t')->requireAndOr('b'); $command->option('b')->requireAndOr('t'); ```

![Screenshot from 2024-08-12 22-12-43](https://github.com/user-attachments/assets/ade79ed6-f094-4340-82e7-7bfc85111858)