Numerous commands do not have `--help` flag. For example: ```sh >>> cat --help cat: unsupported flag: --help >>> cat -h cat: unsupported flag: -h ```