refactor(cli): improve how we serve the bin to users

This commit is contained in:
Cain 2024-11-26 02:05:36 +00:00
parent 8fab167157
commit 3bcf9385f2
6 changed files with 52 additions and 18 deletions

View file

@ -479,7 +479,7 @@ fn main() -> Result<()> {
Action::License => {
// Bake the license into the binary
// so we don't have to ship it separately
println!("{}", include_str!("../../../LICENSE.md"));
println!("{}", include_str!("../LICENSE.md"));
}
}