mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-31 10:11:07 +00:00
4081ace4b9
I had to use a `lazy_static` due to that the clap API that only accepts a reference to a version string. And, in our code, only a 'static reference to a version string. Code could probably be refactored to accept a "normal" reference, but that would be a major undertaking.