qryxip / cargo-equip

A Cargo subcommand to bundle your code into one `.rs` file for competitive programming
Apache License 2.0
78 stars 10 forks source link

License check does not support the format `ssh://git@github.com/{username}`. #207

Open mizar opened 1 month ago

mizar commented 1 month ago

--mine github.com/{username} のオプションでのライセンス表示除外ですが、 ssh://git@github.com/{username} のようなssh接続でのURLが考慮されていないため、機能しないようです。

https://github.com/qryxip/cargo-equip/blob/b994834d2696c904f2378014e45770b2c3585fd9/src/workspace/license.rs#L58-L188