Example of a application that has the basics of Tinder but for text. Run this command in a different terminal than the last command for the frontend.
There's an edge case with Boolean flags in object() parsers. When a Boolean flag is the only option in an object and it's not provided, parsing fails instead of defaulting to false. The behavior is ...