Skip to content

Commit 654ba37

Browse files
committed
chore: add todo to xtask
1 parent 6003165 commit 654ba37

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

xtask/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ const TICKS: &[&str] = &[
1818
"⣿", "⡿", "⠿", "⢟", "⠟", "⡛", "⠛", "⠫", "⢋", "⠋", "⠍", "⡉", "⠉", "⠑", "⠡", "⢁",
1919
];
2020

21+
// TODO: choose to use owo_colors or console
22+
2123
#[derive(Parser)]
2224
#[command(version, about, long_about = None)]
2325
struct Args {

0 commit comments

Comments
 (0)