**Describe the bug** flyctl doesn't reject extra bogus args after "ips list". * Operating system * `fly version` flyctl v0.1.110 linux/amd64 Commit: 6e05067148b9a9ad7e1a7814a69668f265a2ea8e BuildDate: 2023-10-17T01:36:41Z **Paste your `fly.toml`** ```toml primary_region="sea" ``` **Command output:** ``` $ fly ips ls -a tb VERSION IP TYPE REGION CREATED AT $ fly ips ls -a tb sdlkfjsdlkfjsdlkfjslkdfj VERSION IP TYPE REGION CREATED AT $ echo $? 0 ```