Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hexyl - A command-line hex viewer Test ``` $ cargo run --bin mise -- tool hexyl Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s Running `target/debug/mise tool hexyl` Backend: aqua:sharkdp/hexyl Installed Versions: Tool Options: [none] $ cargo run --bin mise -- use -g hexyl Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s Running `target/debug/mise use -g hexyl` mise [email protected] install mise [email protected] download hexyl-v0.16.0-x86_64-apple-darwin.tar.gz mise [email protected] generate checksum hexyl-v0.16.0-x86_64-apple-darwin.tar.gz mise [email protected] extract hexyl-v0.16.0-x86_64-apple-darwin.tar.gz mise [email protected] ✓ installed mise ~/.config/mise/config.toml tools: [email protected] $ cargo run --bin mise -- tool hexyl Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s Running `target/debug/mise tool hexyl` Backend: aqua:sharkdp/hexyl Description: A command-line hex viewer Installed Versions: 0.16.0 Active Version: 0.16.0 Requested Version: latest Config Source: ~/.config/mise/config.toml Tool Options: [none] ```
- Loading branch information