### Version 0.4.2 ### Description When running ```sh ouch compress LICENSE output --format .tar.gz ``` ### Current Behavior ouch outputs ``` [ERROR] Invalid archive format - Unsupported extension: ``` ### Expected Behavior Properly handle the `--format` flag with the leading dot. OR Output this instead: ``` [ERROR] Invalid archive format - Unsupported extension: .tar.gz ```