mirror of
https://github.com/nsnail/spectre.console.git
synced 2026-05-08 08:03:28 +08:00
5c87d7fa04
Given that it's quite a common switch and extremely unlikely to be already in use for something else, we can just consider it to be the same as having entered `-h` as an arg. This adds the `?` as a valid option character name. Fixes #1547