Skip to content

Commit

Permalink
Use UTF-8 box drawing for --list
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Feb 14, 2021
1 parent 111da25 commit 78010e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ fn list_executables(executables: &HashMap<ExactVersion, PathBuf>) -> crate::Resu
executable_pairs.reverse();

let mut table = Table::new();
table.load_preset(comfy_table::presets::UTF8_FULL);
table.set_header(vec!["Version", "Path"]);

for (version, path) in executable_pairs {
Expand Down

0 comments on commit 78010e5

Please sign in to comment.