The pplx-cli tool fails to run any command with the following error:
TypeError: Secondary flag is not valid for non-boolean flag.
Steps to Reproduce:
- Install via pipx:
pipx install pplx-cli
- Run any command:
perplexity setup or perplexity --help
- Error occurs immediately
Environment:
- OS: macOS (Darwin 24.6.0)
- Python version: 3.14.0
- pplx-cli version: 0.2.3
- Installation method: pipx
Expected Behavior:
Commands should execute without errors
Actual Behavior:
All commands fail with Typer flag validation error
Additional Context:
The error appears to be related to the Typer CLI framework configuration. The tool is completely unusable in its current state.