This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Description
Running cargo-deb will show the following error when trying to strip shell completions. This is the error being shown:
strip:/home/razican/workspace/super/super/target/release/super.bash: File format not recognized
cargo-deb: Command strip failed to launch
because: exit code: 1
It happens with the following files:
super.bash
super.fish
_super
This seems to be an issue with cargo-deb. Here is the reported issue: cargo-deb#67.